上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 89 下一页

2021年5月19日

项目改名后,在idea中出现两个名字

摘要: 一共需要两步: 如果实在不行的话,就将有问题的模块删除掉,重新搭建。 阅读全文

posted @ 2021-05-19 08:53 ~码铃薯~ 阅读(1614) 评论(0) 推荐(0)

2021年5月18日

The web application [ROOT] appears to have started a thread named [logback-1] but has failed to stop

摘要: 暂时没有发现这个是什么问题,可以先将controller删掉之后,重启就好了。 阅读全文

posted @ 2021-05-18 23:03 ~码铃薯~ 阅读(7689) 评论(0) 推荐(1)

2021年5月13日

mybatis循环插入数据问题

摘要: Dog dog=new Dog(); for (int j = 0; j <list.size() ; j++) { dog.setName(list.get(i).getName); dog.setAge(list.get(i).getAge()); dogMapper.insert(dog) } 阅读全文

posted @ 2021-05-13 10:43 ~码铃薯~ 阅读(273) 评论(0) 推荐(0)

2021年5月10日

eureka注册中心的账号和密码

摘要: 这个是在eureka配置文件中有配置的,就不要再问老员工了。 application.yml配置文件中。 spring.security.name=''; spring.security.password=''; 阅读全文

posted @ 2021-05-10 15:09 ~码铃薯~ 阅读(970) 评论(0) 推荐(0)

2021年5月8日

gitlab如何设置免密登录 gitee设置免密登录

摘要: github设置免密登录 参考网址:https://www.bilibili.com/video/av93644092?p=51 后来公司因为使用gitlab不太安全等某种原因,最后我们又使用了gitee码云来进行代码的管理。 gitee设置免密登录 参考网址:https://www.bilibil 阅读全文

posted @ 2021-05-08 13:00 ~码铃薯~ 阅读(545) 评论(0) 推荐(0)

2021年5月5日

label标签for属性的作用

摘要: 参考网址:https://haokan.baidu.com/v?vid=2575427999504474133&pd=bjh&fr=bjhauthor&type=video 阅读全文

posted @ 2021-05-05 15:39 ~码铃薯~ 阅读(100) 评论(0) 推荐(0)

2021年5月4日

Cannot clone or checkout repository: git@https://gitee.com/dongyaotou/sprincloud-config/tree/master

摘要: 今天在学习springcloud-config配置中心的时候,一直读取不到gitee上面的配置文件信息,试了好多次终于试出来了: Cannot clone or checkout repository: git@https://gitee.com/dongyaotou/sprincloud-conf 阅读全文

posted @ 2021-05-04 15:20 ~码铃薯~ 阅读(615) 评论(0) 推荐(0)

2021年5月3日

eureka.instance.appname 与 spring.application.name 有何区别?

摘要: 参考网址;https://blog.csdn.net/ahutdbx/article/details/86613850 阅读全文

posted @ 2021-05-03 21:40 ~码铃薯~ 阅读(230) 评论(0) 推荐(0)

application.yml配置文件没有出现小绿叶子

摘要: 参考网址 https://www.bilibili.com/video/BV18E411x7eT?p=63&spm_id_from=pageDriver 时间:02:57 阅读全文

posted @ 2021-05-03 14:33 ~码铃薯~ 阅读(1181) 评论(0) 推荐(0)

2021年5月2日

The project com.myself.springcloud:cloud2021:1.0-SNAPSHOT (D:\ideaOldProject\cloud2021\pom.xml) has 1 error;idea Module '****' already exist in project. Please, specify another name.

摘要: 最近在学习微服务的时候,出现了一个这样的问题,一致很棘手,自己的项目也乱套了,在创建微服务项目的其中一个模块失败的时候,自己理所当然的就将他删除掉了,然后重新创建,最后总目录没有了,自己很着急,最后在编译clean install父项目的时候,报错:The project com.myself.sp 阅读全文

posted @ 2021-05-02 15:28 ~码铃薯~ 阅读(1008) 评论(0) 推荐(0)

上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 89 下一页

导航