摘要: 1.搭建环境windows10+jdk1.8+eclipse4.8+maven 2.为了学习微服务架构学习搭建基础项目 3.分为两种搭建方式为maven项目和单独建立springboot项目(eclipse需要安装相关的插件) 第一种使用maven搭建 1)创建maven项目 file--new o 阅读全文
posted @ 2018-09-28 16:15 loser-success 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 1.搭建环境windows10+eclipse4.8+jdk1.8+maven 2.框架springMVC+spring+Hibernate 3.搭建步骤 1)首先创建maven项目 file--new--other maven-project 2)配置pom文件 spring-core sprin 阅读全文
posted @ 2018-09-28 13:30 loser-success 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 1项目搭建环境 windows10+eclipse4.8+tomcat7+jdk1.7 2.使用maven搭建 1)首先eclipse配置好maven环境 2)file--new--other 3)选择maven-project 4)生成的项目结构如下:(生成的会缺少src/main/java和sr 阅读全文
posted @ 2018-09-28 10:45 loser-success 阅读(380) 评论(0) 推荐(0) 编辑