首页>代码>Spring Boot配置@Profile注解加载不同环境的配置文件实例>/profiles/src/main/java/com/memorynotfound/springboot/Configuration.java
package com.memorynotfound.springboot; public interface Configuration { String getName(); }
package com.memorynotfound.springboot; public interface Configuration { String getName(); }