36 lines
2.1 KiB
Properties
36 lines
2.1 KiB
Properties
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
#spring.datasource.url=jdbc:mysql://localhost:3306/pro_xby?useSSL=false&useUnicode=true&characterEncoding=utf-8&autoReconnect=true&nullCatalogMeansCurrent=true&serverTimezone=Asia/Shanghai
|
|
##spring.datasource.url=jdbc:mysql://192.168.75.177:3306/demo?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=GMT
|
|
#spring.datasource.username=root
|
|
#spring.datasource.password=root
|
|
spring.datasource.dynamic.primary=mysql
|
|
spring.datasource.dynamic.strict=false
|
|
spring.datasource.dynamic.datasource.mysql.url=jdbc:mysql://192.168.0.160:3306/xby_pro?useSSL=false&useUnicode=true&characterEncoding=utf-8&autoReconnect=true&nullCatalogMeansCurrent=true&serverTimezone=Asia/Shanghai
|
|
spring.datasource.dynamic.datasource.mysql.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
spring.datasource.dynamic.datasource.mysql.username=root
|
|
spring.datasource.dynamic.datasource.mysql.password=123456
|
|
spring.datasource.dynamic.datasource.sqlserver.url=jdbc:sqlserver://180.76.174.106:1433;DatabaseName=xingboyuan
|
|
spring.datasource.dynamic.datasource.sqlserver.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver
|
|
spring.datasource.dynamic.datasource.sqlserver.username=sq1
|
|
spring.datasource.dynamic.datasource.sqlserver.password=As123123
|
|
spring.redis.database=0
|
|
spring.redis.host=192.168.0.160
|
|
spring.redis.port=6379
|
|
spring.redis.jedis.pool.max-idle=10
|
|
#spring.redis.password=
|
|
spring.redis.timeout=5000
|
|
server.port=9086
|
|
actable.table.auto=update
|
|
actable.model.pack=com.hivekion.domain;com.hivekion.*.domain;
|
|
actable.database.type=mysql
|
|
uploadPath.temporary=/usr/local/temporary
|
|
uploadPath.projectfile=/usr/local/ProjectFile
|
|
#uploadPath.temporary=E:/AutoPublish/projectmanage/java/xingboyuan/temporary
|
|
#uploadPath.projectfile=E:/AutoPublish/projectmanage/java/xingboyuan/ProjectFile
|
|
spring.servlet.multipart.max-file-size=100MB
|
|
spring.servlet.multipart.max-request-size=100MB
|
|
mybatis-plus.mapper-locations=classpath*:com/gitee/sunchenbin/mybatis/actable/mapping/*/*.xml
|
|
mybatis-plus.configuration.map-underscore-to-camel-case=true
|
|
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
|
|
user.default.password=1q2w3E*
|