《Spring Boot实战》示例代码问题
Posted CachedKing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了《Spring Boot实战》示例代码问题相关的知识,希望对你有一定的参考价值。
* Idea环境
* 《Java EE开发的颠覆者 Spring Boot实战》
1、2.2 Spring EL
读取文件获取不到:
需把test.txt和test.properties放在resource文件下,将resource文件标记为资源目录,将引用目录换为"classpath:test.txt"就可以。
2、 2.4 Profile
运行报错:GenericApplicationContext does not support multiple refresh attempts. 不允许多次刷新context。
需要在idea里修改Environment variable,设置spring.profiles.active=prod或dev启动,注掉修改context相关的三行代码即可。
以上是关于《Spring Boot实战》示例代码问题的主要内容,如果未能解决你的问题,请参考以下文章
Spring Boot / REST - 示例代码在启动后终止