gpt4 book ai didi

java - 为什么 Spring Boot 不从默认的 application.properties 文件中读取

转载 作者:行者123 更新时间:2023-12-01 23:19:30 27 4
gpt4 key购买 nike

我使用 Spring Boot Initializr 创建了一个全新的项目,但它似乎没有读取 application.properties (在 src\main\resources 中)。无论我将日志级别设置为哪个级别,我都看不到输出发生变化。知道为什么它不读它吗?

构建.gradle

plugins {
id 'org.springframework.boot' version '2.1.9.RELEASE'
id 'io.spring.dependency-management' version '1.0.8.RELEASE'
id 'java'
}

group = 'com.cookbook'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '11'

repositories {
mavenCentral()
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-data-rest'
implementation 'org.springframework.boot:spring-boot-starter-web'
runtimeOnly 'com.h2database:h2'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}

应用程序属性

logging.level.org.springframework.web=DEBUG

enter image description here

最佳答案

我发现通过关闭 intellij 然后删除 .gradle 文件夹然后重新导入解决了问题。

关于java - 为什么 Spring Boot 不从默认的 application.properties 文件中读取,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58333286/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com