随笔分类 - springBoot框架
springBoot项目搭建
摘要:一、pom文件添加Jedis依赖 <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>3.0.1</version> </dependency> 二、JedisCluster连接i
阅读全文
摘要:.properties文件内容如下: test.name=test test.msg=123456 .yml文件内容如下: spring: test: name: test msg: 123456 一、@Configuration+@PropertySource+@Value读取.propertie
阅读全文
摘要:一、IDEA下新建SpringBoot项目 (1)File->new->project 二、自定义Banner (1)添加banner.txt 在/main/resources/banner.txt中修改文本值(若无该文件则需新建) 自定义图片修改网址:http://patorjk.com/soft
阅读全文

浙公网安备 33010602011771号