上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 47 下一页
摘要: 1.在本地建立项目 可使用Eclipse,Idea等开发工具创建项目 打开根目录到所在在工程名的下一级 2.使用git 客户端 进入到上图目录HelloWord的文件夹里面 3.初始化项目 git init 4.HelloWord工程结构的添加 命令 git add -A 5.提交git到版本 -m 阅读全文
posted @ 2018-09-06 19:24 蜜獾互联网 阅读(11) 评论(0) 推荐(0) 编辑
摘要: //代码 =实体类 public class Menu { // 菜单id private String id; // 菜单名称 private String name; // 父菜单id private String parentId; // 菜单url private String url; / 阅读全文
posted @ 2018-08-08 11:43 蜜獾互联网 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1.建立maven project的时候 无法创建maven module问题 idea个傻逼 不会吧路径给列出来 所以新建maven_module的时候 一定要在这三个选项指定maven-module的路径名称 阅读全文
posted @ 2018-07-25 16:59 蜜獾互联网 阅读(0) 评论(0) 推荐(0) 编辑
摘要: //工程结构 //pom文件 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mav 阅读全文
posted @ 2018-06-27 22:31 蜜獾互联网 阅读(1) 评论(0) 推荐(0) 编辑
摘要: //1.工程结构 //2.pom结构 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:/ 阅读全文
posted @ 2018-06-27 22:16 蜜獾互联网 阅读(1) 评论(0) 推荐(0) 编辑
摘要: //1.工程结构 //2.pom文件 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:/ 阅读全文
posted @ 2018-06-26 23:09 蜜獾互联网 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ribbon中使用熔断器解决服务调用失败 //工程结构 //pom文件 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schem 阅读全文
posted @ 2018-06-26 22:45 蜜獾互联网 阅读(1) 评论(0) 推荐(0) 编辑
摘要: //工程结构 //pom文件 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mav 阅读全文
posted @ 2018-06-26 21:42 蜜獾互联网 阅读(2) 评论(0) 推荐(0) 编辑
摘要: //1.工程结构 //2.pom文件 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:/ 阅读全文
posted @ 2018-06-26 21:26 蜜獾互联网 阅读(0) 评论(0) 推荐(0) 编辑
摘要: //1.工程结构 //2.pom文件 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:/ 阅读全文
posted @ 2018-06-26 21:04 蜜獾互联网 阅读(1) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 47 下一页