Commit 19ef73f766a560ef2a1ae25d58407f4fe7b5f2f3
1 parent
a2980dd5
1
Showing
2 changed files
with
11 additions
and
5 deletions
src/main/resources/application-prod.properties
| 1 | server.port=9088 | 1 | server.port=9088 |
| 2 | 2 | ||
| 3 | -# dubbo����ʹ�ÿ���flag | 3 | +# dubbo\uFFFD\uFFFD\uFFFD\uFFFD\u02B9\uFFFD\u00FF\uFFFD\uFFFD\uFFFDflag |
| 4 | dubbo.use=false | 4 | dubbo.use=false |
| 5 | 5 | ||
| 6 | #JPA | 6 | #JPA |
| @@ -35,4 +35,7 @@ sso.enabled= true | @@ -35,4 +35,7 @@ sso.enabled= true | ||
| 35 | sso.systemcode = SYSUS023 | 35 | sso.systemcode = SYSUS023 |
| 36 | sso.http.url.login= http://10.10.200.142:9112/login?redirect=%2Findex | 36 | sso.http.url.login= http://10.10.200.142:9112/login?redirect=%2Findex |
| 37 | sso.http.url.logout= http://10.10.200.142:9112/login?redirect=%2Findex | 37 | sso.http.url.logout= http://10.10.200.142:9112/login?redirect=%2Findex |
| 38 | -sso.http.url.auth= http://10.10.200.142:9112/prod-api/system/utilitySystem/checkToken | ||
| 39 | \ No newline at end of file | 38 | \ No newline at end of file |
| 39 | +sso.http.url.auth= http://10.10.200.142:9112/prod-api/system/utilitySystem/checkToken | ||
| 40 | + | ||
| 41 | +dc.imgurl= /home/control/klimg | ||
| 42 | +dc.profile= profile |
src/main/resources/application-test.properties
| 1 | server.port=9088 | 1 | server.port=9088 |
| 2 | 2 | ||
| 3 | -# dubbo����ʹ�ÿ���flag | 3 | +# dubbo\uFFFD\uFFFD\uFFFD\uFFFD\u02B9\uFFFD\u00FF\uFFFD\uFFFD\uFFFDflag |
| 4 | dubbo.use=false | 4 | dubbo.use=false |
| 5 | 5 | ||
| 6 | #JPA | 6 | #JPA |
| @@ -14,7 +14,7 @@ spring.jpa.properties.hibernate.dialect= org.hibernate.spatial.dialect.mysql.MyS | @@ -14,7 +14,7 @@ spring.jpa.properties.hibernate.dialect= org.hibernate.spatial.dialect.mysql.MyS | ||
| 14 | 14 | ||
| 15 | #DATABASE | 15 | #DATABASE |
| 16 | spring.datasource.driver-class-name= com.mysql.cj.jdbc.Driver | 16 | spring.datasource.driver-class-name= com.mysql.cj.jdbc.Driver |
| 17 | -spring.datasource.url= jdbc:mysql://10.10.150.101/lg_control?useUnicode=true&characterEncoding=utf-8&useSSL=true | 17 | +spring.datasource.url= jdbc:mysql://10.10.150.101/lg_control?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=Asia/Shanghai |
| 18 | spring.datasource.username= root | 18 | spring.datasource.username= root |
| 19 | spring.datasource.password= A123456ab | 19 | spring.datasource.password= A123456ab |
| 20 | spring.datasource.type= com.zaxxer.hikari.HikariDataSource | 20 | spring.datasource.type= com.zaxxer.hikari.HikariDataSource |
| @@ -35,4 +35,7 @@ sso.enabled= true | @@ -35,4 +35,7 @@ sso.enabled= true | ||
| 35 | sso.systemcode = SYSUS023 | 35 | sso.systemcode = SYSUS023 |
| 36 | sso.http.url.login= http://10.10.200.142:9112/login?redirect=%2Findex | 36 | sso.http.url.login= http://10.10.200.142:9112/login?redirect=%2Findex |
| 37 | sso.http.url.logout= http://10.10.200.142:9112/login?redirect=%2Findex | 37 | sso.http.url.logout= http://10.10.200.142:9112/login?redirect=%2Findex |
| 38 | -sso.http.url.auth= http://10.10.200.142:9112/prod-api/system/utilitySystem/checkToken | ||
| 39 | \ No newline at end of file | 38 | \ No newline at end of file |
| 39 | +sso.http.url.auth= http://10.10.200.142:9112/prod-api/system/utilitySystem/checkToken | ||
| 40 | + | ||
| 41 | +dc.imgurl= E:/klimg | ||
| 42 | +dc.profile= profile | ||
| 40 | \ No newline at end of file | 43 | \ No newline at end of file |