yml configuration file does not take effect

yml is not compiled into the target when compiling. Finally, only add a jar to the pom file
<dependency>
   <groupId>org.yaml</groupId>
   <artifactId>snakeyaml</artifactId>
   <version>1.10</version>
</dependency>

Then save. It can be compiled into the target

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324672923&siteId=291194637