-
@configurationProperties(prefix=“前缀名(在properties中定义该名字的属性)”) 还要加@component注解查看全部
-
@Controller 处理用户的http请求 @restController spring 4后加的相当于@responseBody 和@controller thymeleaf查看全部
-
application.yml里面做数据库配置查看全部
-
pom.xml做JPA和mysql数据库的依赖配置查看全部
-
数据库属性配置查看全部
-
maven管理 dependencies 依赖 build插件查看全部
-
阿里云maven镜像查看全部
-
课程内容查看全部
-
spring boot特点 1.简化配置 2.下一代框架 3.入门级微框架 微服务:微框架或者解决方案 spring boot -》spring cloud -》微服务查看全部
-
@PathVariable 适用url形式 型:localhost/hello/<pathvariable> 例:localhost/hello/12 pathvariable == 12 @PathVariable(value="/hello/{id}") @RequestParam 适用url形式 型:localhost/hello?<requestparam>=value 例:localhost/hello?id=12 requestvariable == id @RequestVariable(value="hello")查看全部
-
controller注解查看全部
-
spring-data-jpa查看全部
-
什么是微服务呢?查看全部
-
springBoot为入门级微框架查看全部
-
springBoot和springmvc所属层一样 为控制层查看全部
举报
0/150
提交
取消