spring boot 问题总结
持续更新:
搭建demo问题总结:
2018.3.11
spring boot class path resource [mybatis-config.xml] cannot be opened becaus
原因:
mybatis.config-location=classpath:mybatis-config.xml
写成了
mybatis.config-location=classpath://mybatis-config.xml
spring boot 问题总结持续更新: 搭建demo问题总结: 2018.3.11 spring boot class path resource [mybatis-config.xml] cannot be opened becaus 原因: mybatis.config-location=classpath:mybatis-config.xml 写成了 mybatis.config-location=classpath://mybatis-config.xml
|