server.port=9278 server.servlet.context-path=/cmhi # mysql spring.datasource.url=jdbc:mysql://101.35.234.160:32306/GameDatabase?serverTimezone=Asia/Shanghai&zeroDateTimeBehavior=convertToNull&useUnicode=true spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.username=cmhi spring.datasource.password=cmHi10086! #spring.datasource.type=org.apache.commons.dbcp2.BasicDataSource spring.datasource.dbcp2.max-total=128 spring.datasource.dbcp2.max-wait-millis=10000 spring.datasource.dbcp2.max-idle=32 spring.datasource.dbcp2.min-idle=8 spring.datasource.dbcp2.initial-size=8 spring.datasource.dbcp2.validation-query=SELECT 1 spring.datasource.dbcp2.test-while-idle=true spring.datasource.dbcp2.connection-properties=characterEncoding=utf8 #mybatis #mybatis.configuration.map-underscore-to-camel-case: true mybatis.mapper-locations=classpath*:mappers/*.xml mybatis.type-aliases-package=com.cmhi.gds.pojo.entry mybatis.configuration.default-enum-type-handler=com.cmhi.gds.common.CommonEnumHandler #mybatis.configuration.log-impl=lombok.extern.slf4j.Slf4j #pagehelper pagehelper.helper-dialect=mysql pagehelper.reasonable=true pagehelper.support-methods-arguments=true pagehelper.pageSizeZero=true pagehelper.params.count=countSql #config log logging.config=file:config/logback.xml log4j.logger.org.mybatis=debug