sheep669
sheep669
全部文章
学校
unity知识库(1)
原创(37)
收集(6)
百度(11)
自学(60)
自学+扩展(2)
归档
标签
去牛客网
登录
/
注册
嗨!我是 sheep669 你好呀!
" 博客虽短,但未来很长,咱慢慢往后瞧"
全部文章
/ 学校
(共3篇)
spring-boot-starter-cache 实现缓存
引入依赖 spring-boot-starter-cache (springboot内置缓存解决方案) <dependency> <groupId>org.springframework.boot</groupId> ...
spring-boot-starter-cache
springboot
2022-09-28
0
753
Springboot集成jdbc
依赖 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId&...
springboot
jdbc
maven
2022-09-09
0
326
获取yml的属性
获取默认配置文件的属性 yml文件示例(注意层级) employee: name: 李四 age: 12 birthday: 2020-02-12 hobby: - 打球 - 代码 实体类加上@ConfigurationProperties(prefix = ...
yml
springboot
2022-09-06
0
407