提交yml文件
This commit is contained in:
parent
3cbc84c1dc
commit
d6feb60255
@ -1,6 +1,6 @@
|
|||||||
server:
|
server:
|
||||||
port: 8086
|
port: 8080
|
||||||
url: http://192.168.0.111:8086/population
|
url: http://192.168.0.109:8080/population
|
||||||
title: population
|
title: population
|
||||||
servlet:
|
servlet:
|
||||||
context-path: /population
|
context-path: /population
|
||||||
@ -20,11 +20,11 @@ spring:
|
|||||||
max-request-size: 1GB
|
max-request-size: 1GB
|
||||||
datasource:
|
datasource:
|
||||||
druid:
|
druid:
|
||||||
url: jdbc:mysql://118.89.242.44:3309/db_user_management?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false
|
url: jdbc:mysql://192.168.0.109/db_cloud_population?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false
|
||||||
db-type: mysql
|
db-type: mysql
|
||||||
driver-class-name: com.mysql.jdbc.Driver
|
driver-class-name: com.mysql.jdbc.Driver
|
||||||
username: usermanagement
|
username: root
|
||||||
password: 123456789
|
password: 123456
|
||||||
initial-size: 2
|
initial-size: 2
|
||||||
min-idle: 2
|
min-idle: 2
|
||||||
max-active: 5
|
max-active: 5
|
||||||
@ -74,8 +74,8 @@ security:
|
|||||||
oauth-server: http://49.233.36.36:8868/usercenter
|
oauth-server: http://49.233.36.36:8868/usercenter
|
||||||
oauth-logout: ${security.oauth2.oauth-server}/logout?redirect_uri=${server.url}
|
oauth-logout: ${security.oauth2.oauth-server}/logout?redirect_uri=${server.url}
|
||||||
client:
|
client:
|
||||||
client-id: c5aacc8b267a43c2ab5faf55d852daa8
|
client-id: 3d24af9a292d40fbb58f133c63bb2abf
|
||||||
client-secret: eWpaY0hiRzliWXUvQzAreDlDeGhnUjlTK3cxVUozVFNhVStPVVRWSU95OG1ac2wwZTJHWk5NbXh3L3h3U2c4Rg==
|
client-secret: elFGMTBpSGI0QlROWlpMeDh4WVArc25yMVRmeWVtOUl5RTl2ZG9uTzBiNG1ac2wwZTJHWk5NbXh3L3h3U2c4Rg==
|
||||||
user-authorization-uri: ${security.oauth2.oauth-server}/oauth_client/authorize
|
user-authorization-uri: ${security.oauth2.oauth-server}/oauth_client/authorize
|
||||||
access-token-uri: ${security.oauth2.oauth-server}/oauth_client/token
|
access-token-uri: ${security.oauth2.oauth-server}/oauth_client/token
|
||||||
grant-type: authorization_code
|
grant-type: authorization_code
|
||||||
|
Loading…
Reference in New Issue
Block a user