摘要:
1.@Slf4j 、@data 使用 依赖jar ,需要安装该插件 (https://blog.csdn.net/xue632777974/article/details/80437452) 感谢: https://blog.csdn.net/xue632777974/article/details 阅读全文
posted @ 2019-07-08 14:56
理葵
阅读(727)
评论(0)
推荐(0)
摘要:
1.依赖jar 2.代码 3.调用 阅读全文
posted @ 2019-07-08 14:07
理葵
阅读(438)
评论(0)
推荐(0)
摘要:
<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <goals> < 阅读全文
posted @ 2019-07-05 13:54
理葵
阅读(595)
评论(0)
推荐(0)
摘要:
直接上干货: 可生成数据库表对应的po mpper接口文件 mapper.xml文件。文件中自动配置了部分常用的dao层方法。用于快速快发。 1.pom中引入插件: 2.配置generatorConfig.xml 3.配置generator.properties 阅读全文
posted @ 2019-07-05 11:17
理葵
阅读(777)
评论(0)
推荐(0)