
Springboot
以前你的名字
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SpringBoot注解
注解(annotations)列表@SpringBootApplication:包含了@ComponentScan、@Configuration和@EnableAutoConfiguration注解。其中@ComponentScan让spring Boot扫描到Configuration类并把它加入到程序上下文。@Configuration等同于spring的XML配置文件;使用Java...原创 2020-04-27 14:20:10 · 144 阅读 · 0 评论 -
创建springboot聚合项目
直接下一步就好了继续创建一个新的文件原创 2019-04-01 15:45:18 · 1054 阅读 · 0 评论