728x90 Application argument :1 Spring boot Web Environment Web Environment의 경우 서블릿의 유무 > webFlux의 유무 > 둘다 없음 순으로 정해짐 (SERVLET) > (REACTIVE) > (NONE) * Web Environment를 변경하고 싶은 경우 (SpringApplication).setWebApplicationType을 설정할 수도 있음 Argument Jvm argument : -D 로 시작함 , jvm 설정에 관련된 argument Application argument : -- 로 시작, 어플리케이션 설정에 관련된 argument ApplivationRunner or CommandLineRunner를 통해 application실행 이후 추가적으로 실행할 수 있음 - ApplicationRunner @Component public .. 2022. 2. 5. 이전 1 다음 728x90