springcloud
文章平均质量分 91
whiteshipe
这个作者很懒,什么都没留下…
展开
-
Jhipster学习系列(一)
目录:1、jhipster简介2、jhispter生成单体项目3、jhipster生成微服务项目及其配置一、jhipster简介JHipster或者称Java Hipster,是一个应用代码产生器,能够创建Spring Boot +AngularJS的应用。开源项目地址:JHipster/Github。JHipster使用Node.js和Yeoman产生Java应用代码,使用Maven(Gradl...原创 2018-05-01 01:39:59 · 2192 阅读 · 0 评论 -
SpringBoot接口工具、Http协议等(SpringBoot2.0系列-1)
SpringBoot接口Http协议等1、SpringBoot2.xHTTP请求配置讲解简介:SpringBoot2.xHTTP请求注解讲解和简化注解配置技巧 1、@RestController and @RequestMapping是springMVC的注解,不是springboot特有的 2、@RestController = @Controller+@R...原创 2018-07-28 13:31:20 · 892 阅读 · 0 评论