application.properties 811 Bytes
###############################
########mysql基本配置###########
###############################
spring.datasource.url = jdbc:mysql://127.0.0.1:3306/schooldatas
spring.datasource.username = root
spring.datasource.password = admin
spring.datasource.driverClassName = com.mysql.jdbc.Driver
spring.datasource.max-active=20
spring.datasource.max-idle=8
spring.datasource.min-idle=8
spring.datasource.initial-size=10


###############################
###########redis配置###########
###############################
#spring.redis.database=0
#spring.redis.host=127.0.0.1
#spring.redis.port=6379
#spring.redis.password=wes@dituhui
#spring.redis.pool.max-active=8
#spring.redis.pool.max-wait=-1
#spring.redis.pool.max-idle=8
#spring.redis.pool.min-idle=0
logging.level.com.gelvshi.mapper = debug
server.port=52021