# Tomcat server: port: ${service.port.chemical} # mybatis配置 mybatis: # 搜索指定包别名 typeAliasesPackage: com.zd.chemical # 配置mapper的扫描,找到所有的mapper.xml映射文件 mapperLocations: classpath:mapper/**/*.xml # 配置项 configuration: # 配置日志打印 log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # Mybatis开启驼峰映射 mapUnderscoreToCamelCase: true