首页>代码>Spring Boot学习(二)之属性配置文件详解 博客代码>/springbootstudy-demo2/src/test/java/com/xiaojingg/SpringbootstudyDemo2ApplicationTests.java
package com.xiaojingg; import com.xiaojingg.service.BlogProperties; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class SpringbootstudyDemo2ApplicationTests { private static final Log log = LogFactory.getLog(SpringbootstudyDemo2ApplicationTests.class); @Autowired private BlogProperties blogProperties; @Test public void test1() throws Exception { log.info(blogProperties.getName()); log.info(blogProperties.getTitle()); log.info( blogProperties.getDesc()); log.info("随机数测试输出:"); log.info("随机字符串 : " + blogProperties.getValue()); log.info("随机int : " + blogProperties.getNumber()); log.info("随机long : " + blogProperties.getBignumber()); log.info("随机10以下 : " + blogProperties.getTest1()); log.info("随机10-20 : " + blogProperties.getTest2()); } }
最近下载更多
ivancolin LV9
2019年11月5日
低调人 LV38
2019年2月23日
2985225214 LV10
2018年12月28日
lls_jiajia LV9
2018年12月6日
Chrishi LV4
2018年8月14日
sodkj123 LV16
2018年8月7日
走丢的小怪兽 LV8
2018年7月24日
1158756616 LV8
2018年7月13日
L12318 LV10
2018年7月4日
献gege LV1
2018年6月20日
最近浏览更多
微信网友_6631309708414976 LV5
2023年12月10日
mxn0829 LV1
2023年8月1日
Sunsi12345 LV8
2022年6月8日
221231
2022年5月18日
暂无贡献等级
我只是一只小白兔 LV2
2021年11月5日
18641190912 LV2
2021年11月4日
那我懂你意思了 LV3
2021年8月5日
齐凌霄 LV7
2021年5月11日
aaa5849310 LV25
2021年3月5日
gshnlj LV15
2020年10月14日