We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58dac4f commit c9258f5Copy full SHA for c9258f5
src/main/java/org/prgrms/kdtspringdemo/AppController.java
@@ -11,11 +11,13 @@
11
import org.slf4j.Logger;
12
import org.slf4j.LoggerFactory;
13
import org.springframework.boot.CommandLineRunner;
14
+import org.springframework.context.annotation.Profile;
15
import org.springframework.stereotype.Controller;
16
17
import java.io.IOException;
18
19
@Controller
20
+@Profile("dev")
21
public class AppController implements CommandLineRunner {
22
private final InputConsole inputConsole;
23
private final OutputConsole outputConsole;
0 commit comments