-
@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
提交
取消