作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
使用 Spring boot 运行应用程序时是否可以禁用 DEBUG 日志记录?
这就是我创建上下文的方式:
AnnotationConfigApplicationContext annotationContext = new AnnotationConfigApplicationContext(SpringConfig.class);
我只能找到 XML Spring 配置文件的示例。我没有使用任何 XML,而是使用配置类 (SpringConfig.class),在其中创建所有必需的 @bean。
最佳答案
关于java - 如何在不使用 xml 配置的情况下禁用 Spring boot 中的 DEBUG 消息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42789111/
我是一名优秀的程序员,十分优秀!