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
有没有人遇到这种情况,用代码设置key值后,可以用get取出来,但是登录服务器用命令行进行查询,却发现根本没有刚刚set的那个key
2018-05-12
https://github.com/leechenxiang/imooc-springboot-starter
2018-05-12