Commit aa6144e7 by Suvalue

数据库连接psql

parent ec265523
#### \u6D4B\u8BD5\u73AF\u5883 ################################################### ##### \u6D4B\u8BD5\u73AF\u5883 ###################################################
spring.datasource.url=jdbc:mysql://192.168.18.176:3306/scml_sy2.0?useUnicode=true&characterEncoding=utf8&useSSL=false&autoReconnect=true&rewriteBatchedStatements=TRUE&serverTimezone=UTC #spring.datasource.url=jdbc:mysql://192.168.18.176:3306/scml_sy2.0?useUnicode=true&characterEncoding=utf8&useSSL=false&autoReconnect=true&rewriteBatchedStatements=TRUE&serverTimezone=UTC
spring.datasource.username=root #spring.datasource.username=root
#spring.datasource.password=Suvalue2016
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
#spring.datasource.druid.initial-size=1
#\u6570\u636E\u5E93\u7684\u5730\u5740\u4EE5\u53CA\u7AEF\u53E3\u53F7
spring.datasource.url=jdbc:postgresql://192.168.18.180:5432/sy_2.1_org
#//\u8D26\u53F7\uFF08\u9ED8\u8BA4\u4E3Apostgres\uFF09
spring.datasource.username=postgres
#//\u5BC6\u7801
spring.datasource.password=Suvalue2016 spring.datasource.password=Suvalue2016
spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.driverClassName=org.postgresql.Driver
spring.datasource.druid.initial-size=1 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.hbm2ddl.auto=update
project.path=localhost project.path=localhost
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment