You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gj_erp/src/main/resources/application-dev.properties

20 lines
1.0 KiB

server.port=8081
server.tomcat.uri-encoding=utf-8
spring.datasource.master.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
spring.datasource.master.url=jdbc:sqlserver://127.0.0.1:1433;DatabaseName=gj_erp
spring.datasource.master.jdbc-url=jdbc:sqlserver://127.0.0.1:1433;DatabaseName=gj_erp
#spring.datasource.sl.url=jdbc:sqlserver://192.168.3.250:1433;DatabaseName=GJ_ERP
#spring.datasource.sl.url=jdbc:sqlserver://192.127.0.3:1433;DatabaseName=GJ_ERP_Java
spring.datasource.master.username=sa
spring.datasource.master.password=gjerp
spring.datasource.master.initialize=true
spring.datasource.jiuzhou.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.jiuzhou.jdbc-url=jdbc:mysql://192.168.3.12:3306/jiuzhou?useSSL=false&useUnicode=true&characterEncoding=utf-8&autoReconnect=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true
spring.datasource.jiuzhou.username=root
spring.datasource.jiuzhou.password=gjerp
spring.datasource.jiuzhou.initialize=true
spring.mvc.throw-exception-if-no-handler-found=true