Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
windows
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhanhai
windows
Commits
e33e8c5b
Commit
e33e8c5b
authored
Oct 20, 2023
by
liuzicheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
初始化项目
parent
94b7d36e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
BaseController.java
src/main/java/com/jqtx/windows/web/BaseController.java
+7
-0
bootstrap.yml
src/main/resources/bootstrap.yml
+3
-0
No files found.
src/main/java/com/jqtx/windows/web/BaseController.java
View file @
e33e8c5b
package
com
.
jqtx
.
windows
.
web
;
import
com.jqtx.infrastructure.util.AKAESUtil
;
import
com.jqtx.windows.common.factory.CommandProxy
;
import
com.jqtx.windows.web.response.JsonResult
;
import
io.swagger.annotations.Api
;
...
...
@@ -31,4 +32,10 @@ public class BaseController {
log
.
info
(
"浙农请求:{}"
,
requestBody
);
return
commandProxy
.
test
(
requestBody
,
url
);
}
public
static
void
main
(
String
[]
args
)
{
System
.
out
.
println
(
AKAESUtil
.
decrypt
(
"+Nk2q1/FnJtWdXPFOZ816A=="
));
}
}
src/main/resources/bootstrap.yml
View file @
e33e8c5b
hostname
:
nacos
:
address
:
mse-268f2fc0-nacos-ans.mse.aliyuncs.com:8848
logstash
:
...
...
@@ -29,6 +30,8 @@ spring:
enabled
:
false
server-addr
:
${nacos.address}
namespace
:
${spring.profiles.active}
metadata
:
hostname
:
${hostname}
config
:
namespace
:
${spring.profiles.active}
server-addr
:
${nacos.address}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment