@SpringBootApplication
public class ShopApplication {
public static void main(String[] args) {
SpringApplication.run(ShopApplication.class, args);
String lover = "김말자";
System.out.println(lover);
System.out.println(lover);
}
}
를 실행하면 다음과 같습니다.
...
INFO 10420 --- [shop] [ restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/'
INFO 10420 --- [shop] [ restartedMain] com.sjpark.shop.ShopApplication : Started ShopApplication in 1.027 seconds (process running for 1.277)
占썼말占쏙옙
占썼말占쏙옙
<==========---> 80% EXECUTING [1m 46s]
> :bootRun
GPT 녀석에게도 물어봐도 도통 알수가 없습니다 ㅠㅜㅠㅜ 방법이 있을까요