|
@@ -10,17 +10,19 @@ spring:
|
|
charset: UTF-8
|
|
charset: UTF-8
|
|
enabled: true
|
|
enabled: true
|
|
datasource:
|
|
datasource:
|
|
-# driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
-# url: jdbc:mysql://49.234.50.218:3306/list
|
|
|
|
-# url: jdbc:mysql://123.60.219.66:3306/configuration_software?default-character-set=utf8
|
|
|
|
-# url: jdbc:mysql://192.168.1.69/wisdom_cs?useUnicode=true&characterEncoding=UTF-8
|
|
|
|
-# username: root
|
|
|
|
-# password: gyeepd@123
|
|
|
|
|
|
+ #driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
+ #url: jdbc:mysql://49.234.50.218:3306/list
|
|
|
|
+ #url: jdbc:mysql://123.60.219.66:3306/configuration_software?default-character-set=utf8
|
|
|
|
+ #url: jdbc:mysql://192.168.1.69/wisdom_cs?useUnicode=true&characterEncoding=UTF-8
|
|
|
|
+ #username: root
|
|
|
|
+ #password: gyeepd@123
|
|
driver-class-name: org.postgresql.Driver
|
|
driver-class-name: org.postgresql.Driver
|
|
url: jdbc:postgresql://123.60.219.66:5432/configuration_software
|
|
url: jdbc:postgresql://123.60.219.66:5432/configuration_software
|
|
username: postgres
|
|
username: postgres
|
|
password: gyeepd@123
|
|
password: gyeepd@123
|
|
- type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
|
|
+ #url: jdbc:postgresql://10.81.3.151:5432/configuration_software
|
|
|
|
+ #username: postgres
|
|
|
|
+ #password: postgres
|
|
|
|
|
|
mybatis-plus:
|
|
mybatis-plus:
|
|
typeAliasesPackage: com.gyee.table.entity
|
|
typeAliasesPackage: com.gyee.table.entity
|