Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sh-ds
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
李良停
sh-ds
Commits
fb9470b6
Commit
fb9470b6
authored
Jan 19, 2021
by
李良停
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
llt
parent
1fda801f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
75 additions
and
0 deletions
+75
-0
alpha-framework-queue-core-2.0.8.0006.jar
...enter-agent/lib/alpha-framework-queue-core-2.0.8.0006.jar
+0
-0
application.yml
eden-authcenter-agent/src/main/resources/application.yml
+63
-0
pom.xml
eden-authcenter-log/pom.xml
+12
-0
No files found.
eden-authcenter-agent/lib/alpha-framework-queue-core-2.0.8.0006.jar
0 → 100644
View file @
fb9470b6
File added
eden-authcenter-agent/src/main/resources/application.yml
View file @
fb9470b6
server
:
port
:
9600
context-path
:
/authcenter
spring
:
application
:
name
:
eden-authcenter-agent
mvc
:
static-path-pattern
:
/static/**
thymeleaf
:
cache
:
false
prefix
:
classpath:/templates/
suffix
:
.html
mode
:
LEGACYHTML5
encoding
:
UTF-8
enabled
:
true
content-type
:
text/html
jackson
:
property-naming-strategy
:
CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES
default-property-inclusion
:
non_null
serialization
:
true
date-format
:
yyyy-MM-dd HH:mm:ss
time-zone
:
GMT+8
http
:
multipart
:
max-file-size
:
200MB
max-request-size
:
300MB
oauth
:
items
:
dianjiaoguan
:
#电教馆
#oauthUrl: https://castest.edu.sh.cn/CAS
oauthUrl
:
https://cas2.edu.sh.cn/CAS
clientId
:
clientid
clientSecret
:
clientSecret
loginSuccessUrl
:
https://ds.etextbook.cn/authcenter/auth/loginsuccess
logoutSuccessUrl
:
https://ds.etextbook.cn/authcenter/auth/logoutsuccess
edenoperation
:
#运营中心
#oauthUrl: https://operator-api-test.etextbook.cn/cas
oauthUrl
:
https://operator-api.sh-genius.cn/cas/
clientId
:
testClentId
clientSecret
:
testClientSecret
loginSuccessUrl
:
https://ds.etextbook.cn/authcenter/auth/loginsuccess
logoutSuccessUrl
:
https://ds.etextbook.cn/authcenter/auth/logoutsuccess
qpjy
:
#idp
#oauthUrl: https://operator-api-test.etextbook.cn/cas
oauthUrl
:
https://sp.etextbook.cn/authcenter/auth/login
clientId
:
dsClentId
clientSecret
:
VjyqUkkM5Znu
loginSuccessUrl
:
https://ds.etextbook.cn/authcenter/authcenter/auth/idp/loginsuccess
logoutSuccessUrl
:
https://ds.etextbook.cn/authcenter/auth/logoutsuccess
oauthclient
:
clients
:
-
clientName
:
上海运营中心
clientId
:
testClentId
clientSecret
:
testClientSecret
-
clientName
:
接入样例
clientId
:
testClentId2
clientSecret
:
testClientSecret2
-
clientName
:
第三方接入
clientId
:
xhzyClientId
clientSecret
:
xhzyClientSecret
-
clientName
:
阅览室
clientId
:
readingroomClientId
clientSecret
:
readingroomClientSecret
eden-authcenter-log/pom.xml
View file @
fb9470b6
...
...
@@ -50,6 +50,18 @@
<version>
3.2.2
</version>
</dependency>
<dependency>
<groupId>
de.undercouch
</groupId>
<artifactId>
bson4jackson
</artifactId>
<version>
2.7.0
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<type>
jar
</type>
</dependency>
</dependencies>
...
...
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