Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xyqb-user2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
head_group
xyqb-user2
Commits
e80f97dd
Commit
e80f97dd
authored
Jul 22, 2021
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新日志
parent
140e1167
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
1 deletion
+24
-1
change.log
change.log
+20
-1
Md5Util.java
src/main/java/cn/quantgroup/xyqb/util/encrypt/Md5Util.java
+4
-0
No files found.
change.log
View file @
e80f97dd
KA-4/2021-06-30
#
KA-4/2021-06-30
##apollo新增配置
user.auth.manager.Urora.properties.privateKey
MIICdgIBADANBgkqhkiG9w0BAQEFAASCAmAwggJcAgEAAoGBAKxDkRtyB5CdWqnFpyCIbxiy7X9A9LSvjtCmiL4YpbxnwVOfbMH5c6e2qbk5egDoIUOPVgAOlCMcYRzlNyBgA9QBFJKSFBK8NnyTrpFe+I9d2I79Iab05LHMhahIjW/98rswBqQvwQE5FBm8ZX1AQcpRAm56xUTymNsSIEQY4+AvAgMBAAECgYA25MEU0d1/Q+VkPEvpnh ... chao.he 2021-07-05 19:41:22
user.auth.manager.Urora.properties.readTimeout
15000
user.auth.manager.Urora.properties.connectTimeout
20000
user.auth.manager.Urora.properties.authorization
Basic MWY3MDg3NWZjMzk0MWQ4ZjE5NjRlYjYzOjFlNDgxNjdlZDI0ZDYxMzZjNGRhOTc5ZQ==
#Header 名称是 "Authorization", 值是 base64转换过的 "appKey:masterSecret"。
user.auth.manager.Urora.properties.loginTokenVerify
https://api.verification.jpush.cn/v1/web/loginTokenVerify
#提交loginToken,验证后返回手机号码
spring.datasource.timeBetweenEvictionRunsMillis
60000
spring.thymeleaf.cache
false
user.auth.manager.Urora.target
cn.quantgroup.xyqb.urora.UroraAuthenticationManager
\ No newline at end of file
src/main/java/cn/quantgroup/xyqb/util/encrypt/Md5Util.java
View file @
e80f97dd
...
...
@@ -35,4 +35,8 @@ public final class Md5Util {
}
return
md5StrBuff
.
toString
();
}
public
static
void
main
(
String
[]
args
){
System
.
out
.
println
(
Md5Util
.
build
(
"13718656985"
));
}
}
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