摘要:
传值 @RestController public class HelloController { @GetMapping("/hello") public String hello(String nickname){ return "我是帅哥"+nickname; } } http://local 阅读全文
摘要:
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency> applica 阅读全文
摘要:
spring.datasource.url=jdbc:mysql://localhost:3306 spring.datasource.username=root spring.datasource.password=xxxx spring.datasource.driver-class-name= 阅读全文