File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
<!-- 组、工件、版本设置-->
13
13
<groupId >org.netunion</groupId >
14
14
<artifactId >manager</artifactId >
15
- <version >0.4 </version >
15
+ <version >1.0 </version >
16
16
<!-- 打包设置-->
17
17
<packaging >jar</packaging >
18
18
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ spring:
13
13
client :
14
14
registration :
15
15
github :
16
- client-id : github-client-id
17
- client-secret : github-client-secret
16
+ client-id : ${GITHUB.CLIENT-ID}
17
+ client-secret : ${GITHUB.CLIENT-SECRET}
18
18
keycloak :
19
- client-id : ${keycloak.client-id }
20
- client-secret : ${keycloak.client-secret }
19
+ client-id : ${KEYCLOAK.CLIENT-ID }
20
+ client-secret : ${KEYCLOAK.CLIENT-SECRET }
21
21
provider :
22
22
keycloak :
23
23
issuer-uri : https://sso.uestclug.org/auth/realms/NU
You can’t perform that action at this time.
0 commit comments