重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

springboot读取自定义properties文件

实体类@Configuration
br/>@Configuration
br/>@ConfigurationProperties(prefix="com.tree")
com.tree.treeName=\u767D\u6768\u6811
com.tree.treeHeight=60m
com.tree.diameter=2.2m
com.tree.color=Red
@RestController
br/>自定义properties文件
com.tree.treeName=\u767D\u6768\u6811
com.tree.treeHeight=60m
com.tree.diameter=2.2m
com.tree.color=Red
@RestController
public class TreeController {

创新互联坚持“要么做到,要么别承诺”的工作理念,服务领域包括:成都网站建设、成都网站制作、企业官网、英文网站、手机端网站、网站推广等服务,满足客户于互联网时代的城东网站设计、移动媒体设计的需求,帮助企业找到有效的互联网解决方案。努力成为您成熟可靠的网络建设合作伙伴!

@Autowired
private TreeEntity treeEntity;

@RequestMapping(value="treedata",method=RequestMethod.GET)
public String getTreeData() {
    String retVal=treeEntity.toString();
    return retVal;
}

}
访问接口方法
http://localhost:8081/skcc/tree/treedata
https://www.fangzhipeng.com/springboot/2017/05/02/sb2-config-file.html


新闻标题:springboot读取自定义properties文件
网址分享:http://cqcxhl.cn/article/jhcsii.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP