修改线上地址
This commit is contained in:
parent
c921d9ef8a
commit
5ddf16d38b
7
pom.xml
7
pom.xml
@ -128,13 +128,6 @@
|
|||||||
<groupId>org.springframework.kafka</groupId>
|
<groupId>org.springframework.kafka</groupId>
|
||||||
<artifactId>spring-kafka</artifactId>
|
<artifactId>spring-kafka</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- inspur蒙速办对接 -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.com.tenlion</groupId>
|
|
||||||
<artifactId>inspur-msb-h5-auth</artifactId>
|
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.code.gson</groupId>
|
<groupId>com.google.code.gson</groupId>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
server:
|
server:
|
||||||
port: 7011
|
port: 7011
|
||||||
ip: 1.24.238.149
|
ip: www.wlcbsyzl.cn
|
||||||
url: http://${server.ip}:37210/population
|
url: http://${server.ip}/population
|
||||||
system-title: 人口基础信息库
|
system-title: 人口基础信息库
|
||||||
system-sub-title: 人口基础信息库
|
system-sub-title: 人口基础信息库
|
||||||
default-home-page: default.html
|
default-home-page: default.html
|
||||||
@ -139,7 +139,7 @@ file:
|
|||||||
api-path:
|
api-path:
|
||||||
#103 155
|
#103 155
|
||||||
user-center: http://10.25.242.190:37210/usercenter
|
user-center: http://10.25.242.190:37210/usercenter
|
||||||
user-center-2: http://1.24.238.149:37210/usercenter
|
user-center-2: http://www.wlcbsyzl.cn/usercenter
|
||||||
|
|
||||||
security:
|
security:
|
||||||
oauth2:
|
oauth2:
|
||||||
@ -166,7 +166,3 @@ logging:
|
|||||||
level:
|
level:
|
||||||
root: error
|
root: error
|
||||||
ink.wgink: debug
|
ink.wgink: debug
|
||||||
|
|
||||||
inspur-auth:
|
|
||||||
appId: 9cadc6c3-53df-407f-b83f-fe42f36a3488
|
|
||||||
redirectUri: http://1.24.238.149:37210/population/inspur/index
|
|
||||||
|
@ -92,13 +92,13 @@ spring:
|
|||||||
# 安全
|
# 安全
|
||||||
security:
|
security:
|
||||||
oauth2:
|
oauth2:
|
||||||
oauth-server: http://1.24.238.149:37210/usercenter/
|
oauth-server: http://192.168.0.155:7011/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: c00491da506842ddb516d4b1e5ccd13e
|
#client-id: c00491da506842ddb516d4b1e5ccd13e
|
||||||
client-id: 8efff6f8f7fc463e8eb63e3b5174f448
|
client-id: 5bc261e8e21c40a4aade918ba12299c1
|
||||||
#client-secret: bll3ZVZuUGZsSXBqckJjRVNEMkc3bklic0pOZDYyWkk0SFd2eDY3N3dhUGxIdG9KZmEyTjJIRnI0dG1McEdEVA==
|
#client-secret: bll3ZVZuUGZsSXBqckJjRVNEMkc3bklic0pOZDYyWkk0SFd2eDY3N3dhUGxIdG9KZmEyTjJIRnI0dG1McEdEVA==
|
||||||
client-secret: b1hPdUE1NkJlM1RmbS9MTVlnYUR2QTI5NEcyTFpGandTNC8zVTh5cW5CTGxIdG9KZmEyTjJIRnI0dG1McEdEVA==
|
client-secret: a0oweWNraWNQRkprcDY4NURKKzFtSktOV08vUS9sclBxY0JmRStNNkNKN2xIdG9KZmEyTjJIRnI0dG1McEdEVA==
|
||||||
user-authorization-uri: ${security.oauth2.oauth-server}/oauth2_client/authorize
|
user-authorization-uri: ${security.oauth2.oauth-server}/oauth2_client/authorize
|
||||||
access-token-uri: ${security.oauth2.oauth-server}/oauth2_client/token
|
access-token-uri: ${security.oauth2.oauth-server}/oauth2_client/token
|
||||||
grant-type: authorization_code
|
grant-type: authorization_code
|
||||||
@ -110,8 +110,7 @@ security:
|
|||||||
authorization:
|
authorization:
|
||||||
check-token-access: ${security.oauth2.oauth-server}/oauth2_client/token_key
|
check-token-access: ${security.oauth2.oauth-server}/oauth2_client/token_key
|
||||||
api-path:
|
api-path:
|
||||||
#user-center: http://192.168.0.155:7011/usercenter
|
user-center: http://192.168.0.155:7011/usercenter
|
||||||
user-center: http://1.24.238.149:37210/usercenter/
|
|
||||||
|
|
||||||
# 数据库
|
# 数据库
|
||||||
mybatis:
|
mybatis:
|
||||||
@ -174,4 +173,4 @@ logging:
|
|||||||
|
|
||||||
inspur-auth:
|
inspur-auth:
|
||||||
appId: 9cadc6c3-53df-407f-b83f-fe42f36a3488
|
appId: 9cadc6c3-53df-407f-b83f-fe42f36a3488
|
||||||
redirectUri: http://dlho.cn:9003/signup/inspur/index
|
redirectUri: http://dlho.cn:9003/population/inspur/index
|
@ -1,13 +0,0 @@
|
|||||||
MIICXAIBAAKBgQCs5mYn9oTlN4tKWkPSdfkhrp1IouzfggNIJvQBMkCqffc3qLAT
|
|
||||||
Gd3Jh245hdUrDIi3L/r5H3b+MwAgNxX52ywiXdrEhk7FxtHRXTZJ8YNxmDuL8XqR
|
|
||||||
H1DcNaDPS74Qx80EsXjSzhQQ+GCvJ8cUw2d+TbxM1KFo6I2nCJP/m+0ChQIDAQAB
|
|
||||||
AoGAOMeI8MLCLcwp0AcIksrvP6JqQHpQs62sijtQkjwAhHzNfNfGyt8JuK7jAbzz
|
|
||||||
nimFlDMLhlhQ6XWyKuIsM1tIiI4mZs1Nji/9mJoMylRjqKrZDI213nSY7FHq2CCf
|
|
||||||
Ti8dVSlwLzfEM+2y2/R9MyX7tqmFxvuDfgCGSxK4z9hhEIECQQDh1/BrdnGyx68t
|
|
||||||
bckXuZmSqGk1THGk9zyh4FAuBdXjaRVUwOKdSnE6evCrdsVUSAPtGHLeuxJDQJUK
|
|
||||||
iV11XVLRAkEAw/yt8yji2Fqhau5xd/c4yrj9+JnK8qla7yNFPgheHpv65BbTwzgz
|
|
||||||
pJmGuwJnVByLUyVnU6w56FxG0SbjgqPZdQJAC5lxqbNNp6cF4klvOJ65uoSX0rr4
|
|
||||||
Y0angJDqzVJTZ/ivtciqWvXF1wEVd1kETY3dVcIZtELbb0TT4tSnTi3a4QJAdsLK
|
|
||||||
Idv3wkUBJYwB5EFB/84j0B5Zlbw8J0cHMXTem8vHN6oBfn2zBZ4mv3HQbW6ymprC
|
|
||||||
xzhJCt3H5/uZx9ND9QJBALt/kH8vSHEo/JLZk87SX7NQwk9OCLpaedPRIiB3dA5U
|
|
||||||
US1pl0Ixp/acwuUfsvZ4IAcNW9FC0+Qs0xowKMJIiiY=
|
|
Loading…
Reference in New Issue
Block a user