Newer
Older
stockTray / EastLineServer / src / main / resources / application.properties
bello on 23 Dec 2020 871 bytes 增加换手率模块
server.port=8080

spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
#spring.datasource.url=jdbc:mysql://193.112.33.227:3306/db_east_money?useSSL=false&setUnicode=true&characterEncoding=utf8&serverTimezone=CTT&allowPublicKeyRetrieval=true
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/db_east_money?useSSL=false&setUnicode=true&characterEncoding=utf8&serverTimezone=CTT&allowPublicKeyRetrieval=true
spring.datasource.username=root
spring.datasource.password=eagle
#spring.datasource.username=log_opr
#spring.datasource.password=yz!Jk214f
spring.datasource.hikari.minimum-idle=10
spring.datasource.hikari.maximum-pool-size=100
spring.datasource.hikari.auto-commit=true
spring.datasource.hikari.connection-test-query=SELECT 1
spring.datasource.hikari.idle-timeout=30000


spring.jmx.default-domain=easyLine


mybatis.mapper-locations=classpath:mybatis/*.xml