優(yōu)點(diǎn)知識DevOps 訓(xùn)練營第5期
#掃描mapper.xml文件
mybatis.mapper-locations=classpath:mapper/*Mapper.xml
#開啟駝峰命名的意思是查詢出來的對象里面的有下劃線的字段自動轉(zhuǎn)換為駝峰命名形式,并和實(shí)體去匹配
mybatis.configuration.map-underscore-to-camel-case=true
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
spring.cache.type=ehcache
標(biāo)簽: