Merge branch 'main' of e.coding.net:tsteam/urban-governance/population into main

This commit is contained in:
wans 2021-09-09 15:33:36 +08:00
commit 4478047ce7

View File

@ -1,6 +1,6 @@
server:
port: 8080
url: http://192.168.0.109:8080/population
port: 8093
url: http://49.233.36.36:58093/population
title: population
servlet:
context-path: /population
@ -20,11 +20,11 @@ spring:
max-request-size: 1GB
datasource:
druid:
url: jdbc:mysql://localhost:3306/db_user_management?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false
url: jdbc:mysql://localhost:3306/db_cloud_population?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false
db-type: mysql
driver-class-name: com.mysql.jdbc.Driver
username: root
password: 123456
password: root
initial-size: 2
min-idle: 2
max-active: 5
@ -61,7 +61,7 @@ swagger:
# 文件
file:
uploadPath: /Users/wenc/Desktop/filetest
uploadPath: /Users/wanggeng/Desktop/UploadFiles
imageTypes: png,jpg,jpeg,gif,blob
videoTypes: mp4
audioTypes: mp3,wav,amr
@ -71,11 +71,11 @@ file:
# 安全
security:
oauth2:
oauth-server: http://49.233.36.36:8868/usercenter
oauth-server: http://49.233.36.36:58090/usercenter
oauth-logout: ${security.oauth2.oauth-server}/logout?redirect_uri=${server.url}
client:
client-id: 3d24af9a292d40fbb58f133c63bb2abf
client-secret: elFGMTBpSGI0QlROWlpMeDh4WVArc25yMVRmeWVtOUl5RTl2ZG9uTzBiNG1ac2wwZTJHWk5NbXh3L3h3U2c4Rg==
client-id: ba950215f6bb4d45bddd6cbcb87395e7
client-secret: WmlVZ2M4M2ZTeTdaS25OVlFwUExac3QrOU9kdHEybVgxSmhETTdFV2F5TW1ac2wwZTJHWk5NbXh3L3h3U2c4Rg==
user-authorization-uri: ${security.oauth2.oauth-server}/oauth_client/authorize
access-token-uri: ${security.oauth2.oauth-server}/oauth_client/token
grant-type: authorization_code