itstack-demo-netty-2-05本地启动失败
Opened this issue · 3 comments
malone91 commented
无法解析${netty.host},最后发现是classes中没有application.yml文件,在该module的pom文件下build下新增
src/main/resources
application.yml
即可本地启动成功
malone91 commented
MoTangMo commented
@ServletComponentScan 需要添加这个注解
eatmoreduck commented
已提pr #28