08 2020 档案

摘要:刷新idea缓存 记得重新勾选回原来idea的maven路径及配置文件(如:阿里镜像地址) 阅读全文
posted @ 2020-08-31 10:46 南方卖菜 阅读(6607) 评论(2) 推荐(2) 编辑
摘要:刷新 maven工程 阅读全文
posted @ 2020-08-31 09:47 南方卖菜 阅读(1466) 评论(0) 推荐(0) 编辑
摘要:刷新 maven工程 阅读全文
posted @ 2020-08-31 09:45 南方卖菜 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-28 16:01 南方卖菜 阅读(110) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/anywherego/p/9600871.html @Param是mybatis中的注解,用注解来简化xml配置的时候,@Param注解的作用是给参数命名,参数命名后就能根据名字得到参数值,正确的将参数传入sql语句中 。 @Select("selec 阅读全文
posted @ 2020-08-26 10:53 南方卖菜 阅读(157) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/huanshilang/p/12013386.html Oracle 不支持mybatis localtime 实体类型自动隐射 改date 阅读全文
posted @ 2020-08-25 15:44 南方卖菜 阅读(235) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/ruanjianlaowang/p/11214271.html https://www.cnblogs.com/ruanjianlaowang/p/11205085.html 阅读全文
posted @ 2020-08-24 15:37 南方卖菜 阅读(115) 评论(0) 推荐(0) 编辑
摘要:logging.file.name 可以指定路径和log文件的名字 logging.file.path 只可以只当log的路径, 不能指定log的名字, 使用缺省值spring.log logging: file:# path: e:/logs/cont 只能是路径,没有文件夹则自动创建文件夹,没有 阅读全文
posted @ 2020-08-24 13:16 南方卖菜 阅读(3177) 评论(0) 推荐(1) 编辑
摘要:https://www.cnblogs.com/ryelqy/p/10314147.html https://www.cnblogs.com/bigben0123/p/7895696.html 阅读全文
posted @ 2020-08-24 11:28 南方卖菜 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-24 09:08 南方卖菜 阅读(575) 评论(0) 推荐(0) 编辑
摘要:https://plugins.jetbrains.com/plugin/10046-alibaba-java-coding-guidelines idea file setting plugins 搜素 Alibaba Java Coding Guidelines plugin install 阅读全文
posted @ 2020-08-20 16:59 南方卖菜 阅读(1476) 评论(0) 推荐(0) 编辑
摘要:一、创建一个类注入PaginationInterceptor @Configuration public class MybatisPlusConfig { /** * 分页插件 */ @Bean public PaginationInterceptor paginationInterceptor( 阅读全文
posted @ 2020-08-20 09:23 南方卖菜 阅读(7746) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/quzhengyuan/p/12372334.html 阅读全文
posted @ 2020-08-19 18:12 南方卖菜 阅读(952) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/axing2015/article/details/85230360 阅读全文
posted @ 2020-08-19 11:50 南方卖菜 阅读(221) 评论(0) 推荐(0) 编辑
摘要:IDEA配置通过 (空格)代替回车键快速插入所选方法 **打开IDEA的设置界面** code completion **勾选Insert selected suggestion by pressing space, dot, or other context-dependent keys** 阅读全文
posted @ 2020-08-19 11:36 南方卖菜 阅读(1572) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/shm-1255/p/12162741.html 阅读全文
posted @ 2020-08-19 11:30 南方卖菜 阅读(305) 评论(0) 推荐(0) 编辑
摘要:IDEA 中启用 lombok https://www.cnblogs.com/top-geek/p/12869192.html 阅读全文
posted @ 2020-08-19 09:07 南方卖菜 阅读(426) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/heymonkey/p/12078393.html 阅读全文
posted @ 2020-08-18 17:41 南方卖菜 阅读(225) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/yjq520/p/10779356.html 阅读全文
posted @ 2020-08-18 11:19 南方卖菜 阅读(105) 评论(0) 推荐(0) 编辑
摘要:1、下载maven,并配置maven环境变量,idea指向该文件夹目录,不采用IDEA默认,以免另一个项目还得重新配置阿里镜像。 2、下载ojdbc7.jar包 ,如:ojdbc7-12.1.0.2.jar ,将该包任意放在电脑某个盘符下, 3、运行cmd命令,输入如下命令,该包自动会安装到: C: 阅读全文
posted @ 2020-08-17 15:56 南方卖菜 阅读(2732) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/harmful-chan/p/12193579.html 阅读全文
posted @ 2020-08-17 11:25 南方卖菜 阅读(793) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/zhangweizhong/p/11398177.html 阅读全文
posted @ 2020-08-17 09:47 南方卖菜 阅读(117) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/javazhiyin/p/11175068.html 阅读全文
posted @ 2020-08-13 17:45 南方卖菜 阅读(64) 评论(0) 推荐(0) 编辑
摘要:加入版本号,重新加载 修改POM.xml,增加maven-compiler-plugin插件版本信息,如下 <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin 阅读全文
posted @ 2020-08-13 16:54 南方卖菜 阅读(2606) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_15156393/article/details/81944294 依次选择File ->Manage IDE Settings--> Import Settings,导入我们已经下载完的「jar」包 阅读全文
posted @ 2020-08-12 17:23 南方卖菜 阅读(1848) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/lzj-/p/12904279.html 阅读全文
posted @ 2020-08-11 15:35 南方卖菜 阅读(101) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/LJH_laura_li/article/details/104850229 注意配置缩进 <mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>https://maven. 阅读全文
posted @ 2020-08-11 09:37 南方卖菜 阅读(2344) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/lanben886/article/details/106622900?utm_medium=distribute.pc_relevant.none-task-blog-baidujs-2 https://blog.csdn.net/qq_44295125 阅读全文
posted @ 2020-08-11 09:23 南方卖菜 阅读(205) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示