-
spring data jpa新增寫法查看全部
-
spring data jpa查詢、更新、刪除寫法查看全部
-
新增DB配置查看全部
-
新增spring-data-jpa、mysql-connector依賴查看全部
-
@Value取配置文件变量值查看全部
-
三种注解查看全部
-
@GetMapping == @RequestMapping(method = RequestMethod.GET)查看全部
-
@RequestParam設定預設值查看全部
-
@RequestParam用法(例如:/say?id=100)查看全部
-
@PathVariable用法(例如:/say/100)查看全部
-
@RequestMapping映射多個url查看全部
-
spring controller的使用查看全部
-
阿里云maven映射地址 配置 <mirrors> <!-- mirror | Specifies a repository mirror site to use instead of a given repository. The repository that | this mirror serves has an ID that matches the mirrorOf element of this mirror. IDs are used | for inheritance and direct lookup purposes, and must be unique across the set of mirrors. | --> <mirror> <id>nexus-aliyun</id> <mirrorOf>*</mirrorOf> <name>Nexus Aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url> </mirror> </mirrors>查看全部
-
url查看全部
-
使用命令行工具來決定要運行哪個配置文件查看全部
举报
0/150
提交
取消