Browse Source

本地开发配置文件

hujie 1 year ago
parent
commit
c42ce1c5a7
1 changed files with 12 additions and 12 deletions
  1. 12 12
      cn.com.taiji.myapp/src/main/resources/application-dev.properties

+ 12 - 12
cn.com.taiji.myapp/src/main/resources/application-dev.properties

@@ -1,16 +1,16 @@
-spring.datasource.url=jdbc:mysql://200.1.54.238:8801/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
-spring.datasource.username=cgw
-spring.datasource.password=Cgw!1@2#3$4
-#spring.datasource.url=jdbc:mysql://127.0.0.1:9088/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
-#spring.datasource.username=root
-#spring.datasource.password=umisoft.cn
+#spring.datasource.url=jdbc:mysql://200.1.54.238:8801/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
+#spring.datasource.username=cgw
+#spring.datasource.password=Cgw!1@2#3$4
+spring.datasource.url=jdbc:mysql://127.0.0.1:9088/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
+spring.datasource.username=root
+spring.datasource.password=umisoft.cn
 spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
-spring.datasource2.url=jdbc:mysql://200.1.54.238:8801/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
-spring.datasource2.username=cgw
-spring.datasource2.password=Cgw!1@2#3$4
-#spring.datasource2.url=jdbc:mysql://127.0.0.1:9088/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
-#spring.datasource2.username=root
-#spring.datasource2.password=umisoft.cn
+#spring.datasource2.url=jdbc:mysql://200.1.54.238:8801/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
+#spring.datasource2.username=cgw
+#spring.datasource2.password=Cgw!1@2#3$4
+spring.datasource2.url=jdbc:mysql://127.0.0.1:9088/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
+spring.datasource2.username=root
+spring.datasource2.password=umisoft.cn
 spring.datasource2.driverClassName=com.mysql.cj.jdbc.Driver
 spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
 spring.datasource.minIdle=5