Commit 66a9e32b0d481a78b6322bd2f96122033fb01bc8

Authored by 王通
1 parent 8bfc4721

1.

src/main/resources/application-cloud.properties
... ... @@ -14,9 +14,9 @@ spring.jpa.properties.hibernate.dialect= org.hibernate.spatial.dialect.mysql.MyS
14 14  
15 15 #DATABASE
16 16 spring.datasource.driver-class-name= com.mysql.jdbc.Driver
17   -spring.datasource.url= jdbc:mysql://192.168.168.152/control_changsha?useUnicode=true&characterEncoding=utf-8&useSSL=false
  17 +spring.datasource.url= jdbc:mysql://127.0.0.1/control_changsha?useUnicode=true&characterEncoding=utf-8&useSSL=false
18 18 spring.datasource.username= root
19   -spring.datasource.password= root2jsp
  19 +spring.datasource.password= Bsth@1+2
20 20 spring.datasource.type= com.zaxxer.hikari.HikariDataSource
21 21  
22 22 #DATASOURCE SETTING
... ...
src/main/resources/application-test.properties
... ... @@ -40,6 +40,6 @@ spring.kafka.consumer.value-deserializer= org.apache.kafka.common.serialization.
40 40  
41 41 sso.enabled= false
42 42 sso.systemcode = SYS0023
43   -sso.http.url.login= https://112.64.45.51/portal/index.html#/login
44   -sso.http.url.logout= https://112.64.45.51/information/api/v1/logout
45   -sso.http.url.auth= https://112.64.45.51/information/authenticate/authorityAuthentication
46 43 \ No newline at end of file
  44 +sso.http.url.login= https://127.0.0.1/portal/index.html#/login
  45 +sso.http.url.logout= https://127.0.0.1/information/api/v1/logout
  46 +sso.http.url.auth= https://127.0.0.1/information/authenticate/authorityAuthentication
47 47 \ No newline at end of file
... ...