随笔分类 - other
摘要:1、入口层 1.1 引导类,程序的入口 @SpringBootApplication //使用组合注解(@EnableAutoConfiguration/@ComponentScan/@SpringBootConfiguration) public class TestApplication { p
阅读全文
摘要:天气查询接口: 请求路径:http://wthrcdn.etouch.cn/weather_mini 请求方法:get 请求参数:city(查询的城市名) 响应内容:天气信息 歌曲搜索接口: 请求路径:https://autumnfish.cn/search 请求方法:get 请求参数:keywor
阅读全文
摘要:application.properties 1 spring.datasource.url.jdbc=mysql://localhost:3306/数据库名?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&useSSL=false
阅读全文
摘要:官网:https://mvnrepository.com/ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-quartz</artifactId> </dependenc
阅读全文
摘要:前端组件/框架: https://www.cnblogs.com/liuzhibin/p/5944821.html 配色表: http://www.peisebiao.cn/ 在线画图工具: https://www.processon.com/ 学习网站(B站): https://www.bilib
阅读全文