java.lang.RuntimeException: Cannot instantiate object of type tk.mybatis.mapper.generator.MapperPlugin
2018-05-17
https://github.com/leechenxiang/imooc-springboot-starter
2018-05-16
模板在templates下面,js文件在static下面,在模板中引用时不需要加static这个路径
2018-05-14
Spring boot 2.0+ 写法是这个:
server.port=8081
server.servlet.context-path=/imooc
server.servlet.session.timeout=60
server.port=8081
server.servlet.context-path=/imooc
server.servlet.session.timeout=60
2018-05-13