server.port=8085 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.url=jdbc:mysql://192.168.1.4:3306/ynRealName?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false spring.datasource.username=root spring.datasource.password=Ynsmz@186mysql! #spring.datasource.url=jdbc:mysql://192.168.0.14:1103/ynrealname?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false #spring.datasource.username=root #spring.datasource.password=dszadmin@ynreal14! spring.datasource.initialSize=5 spring.datasource.minIdle=5 spring.datasource.maxActive=60 spring.datasource.maxWait=60000 spring.datasource.timeBetweenEvictionRunsMillis=60000 spring.datasource.minEvictableIdleTimeMillis=300000 spring.datasource.validationQuery=SELECT 1 spring.datasource.testWhileIdle=true spring.datasource.testOnBorrow=true spring.datasource.testOnReturn=false spring.datasource.poolPreparedStatements=true spring.datasource.maxPoolPreparedStatementPerConnectionSize=20 spring.datasource.filters=stat,wall,log4j spring.datasource.connectionProperties=druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 server.session.timeout=10 server.connection.timeout =180000 server.tomcat.uri-encoding=UTF-8 logging.config=classpath:logback-boot.xml log.level.root=info log.level.my=debug log.file=logs/sys-back.log log.maxsize=30MB #mapper?? mybatis.mapper-locations=classpath:mappers/*/*Mapper.xml mybatis.type-aliases-package=com.bonus.attendance.*.entity