学完已经有段时间了,今天刚好没事把自己敲的完整代码上传到github上了,有前端和后端,大部分都是和视频中的一样,有些小细节我自己改进了下,希望能够帮助到有需要的人。
演示地址:http://codenjoyes.com:8080/pages/login.html
GitHub地址:https://github.com/hugmehard/springboot-seckill
,https://github.com/hugmehard/seckill-pages
演示地址:http://codenjoyes.com:8080/pages/login.html
GitHub地址:https://github.com/hugmehard/springboot-seckill
,https://github.com/hugmehard/seckill-pages
2019-01-25
第一次加载mybatis-generator-maven-plugin需要把plugins写在和pluginManagement同级里才能加载对应得jar包
2019-01-22
alert("otp已发送至你的手机,请注意查收");
window.location.href="file:///C:/Users/acer-pc/Desktop/miaosha/register.html";
为啥我这一步没法跳转啊
window.location.href="file:///C:/Users/acer-pc/Desktop/miaosha/register.html";
为啥我这一步没法跳转啊
2019-01-21
我的关于mybatis-generator报错相关问题的解决:
1、注释掉<classPathEntrylocation="/ProgramFiles/IBM/SQLLIB/java/db2java.zip" />
2、注意driverClass有没有写错
3、检查resources有没有写少s
1、注释掉<classPathEntrylocation="/ProgramFiles/IBM/SQLLIB/java/db2java.zip" />
2、注意driverClass有没有写错
3、检查resources有没有写少s
2019-01-21
应该要把service层当中那些convert的方法单独封装成为一层吧!不然每次在service新建一个方法,都要创建一个对应的convertFrom,都放到一块了很冗余
2019-01-20