server.port=9278 server.servlet.context-path=/cmhi # Crypto Configure jasypt.encryptor.algorithm=PBEWITHHMACSHA512ANDAES_256 # mysql spring.datasource.url= spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.username= spring.datasource.password= #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