Springã®èµ·åå¼æ°ã§Beanãåãæ¿ããã åãæ¿ã対象ã®Beanãå®è£ ããã¤ã³ã¿ã¼ãã§ã¼ã¹ package hello; public interface GreedInterface { public String greed(); } å®è£ ã¯ã©ã¹ã@Profileã¢ããã¼ã·ã§ã³ã§åãæ¿ãã«ä½¿ããããã¡ã¤ã«åãæå®ããã package hello.impl; import org.springframework.context.annotation.Profile; import org.springframework.stereotype.Service; import hello.GreedInterface; @Profile("hello") @Service public class HelloService implements GreedInterface { @O
{{#tags}}- {{label}}
{{/tags}}