idea
livingbody
这个作者很懒,什么都没留下…
展开
-
idea报错 ClassNotFoundException: org.apache.jsp.index_jsp
idea报错 ClassNotFoundException: org.apache.jsp.index_jsp由于我使用的是itelliJ idea学习开发,eclipse以前用过没有问题,所以这个问题出在开发工具配置上了。**仔细排查发现使用jstl的依赖。然后我忘了将依赖put into output root,以后要记住了,使用intelliJ开发的时候添加了依赖或者jar包之后,要...原创 2018-12-09 18:22:19 · 2634 阅读 · 0 评论 -
Yay! Welcome to dva!
Step 1. 安装 dva-cli 并创建应用[livingbody@localhost ~]$ sudo cnpm i dva-cli@0.7 -g[sudo] livingbody 的密码:Downloading dva-cli to /usr/local/node-v10.13.0-linux-x64/lib/node_modules/dva-cli_tmpCopying /usr...原创 2018-12-15 22:29:59 · 1229 阅读 · 0 评论 -
Lombok 新特性(idea插件)
视频教程 IntelliJ Lombok plugin GitHub | Issues | Donate ( PayPal ) A plugin that adds first-class support for Project Lombok Features@Getter and @Setter@FieldNameConstants@ToString@EqualsAndHa...原创 2018-12-21 17:50:56 · 9195 阅读 · 0 评论 -
mysql 错误解决
1.错误提示使用mybatis代码生成工具时,提示时区乱码错误,如下所示C:\springinit\demo\src\main\java>java -jar mybatis-generator-core-1.3.7.jar -configfile generatorConfig.xml -overwriteLoading class `com.mysql.jdbc.Driver...原创 2018-12-18 21:46:33 · 871 阅读 · 0 评论 -
springboot2 && mybatis3 && freemarker模板用例
freemarker模板用例###livingbody工程github地址pom.xml引入 <!--freemarker模板专用--> <dependency> <groupId>org.springframework.boot</groupId> ...原创 2019-01-04 18:57:45 · 170 阅读 · 0 评论 -
lombok 用例
lombok 用例pom.xml引入 <!--使用@Data,自动生成get、set、toString方法--> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok<...原创 2019-01-04 18:58:27 · 178 阅读 · 0 评论 -
springboot2 && mybatis3用例
mybatis3 用例mybatis3 pom.xml <!--集成mybatis,不要问我为什么要用这个 版本,其他版本好多注解认不出来--> <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifact...原创 2019-01-04 18:59:40 · 224 阅读 · 0 评论 -
springboot2 && &&mybatis3 && freemarker && durid 用例
springboot2 durid###github工程地址pom.xml引用 &lt;!--druid连接池--&gt; &lt;dependency&gt; &lt;groupId&gt;com.alibaba&lt;/groupId&gt; &lt;artifac原创 2019-01-04 19:01:52 · 216 阅读 · 0 评论 -
我的springboot github学习笔记
springboot 学习笔记on githubspringboot on github原创 2019-01-02 21:58:12 · 274 阅读 · 0 评论