사용자 도구

사이트 도구


springframework:springboot:batch

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
springframework:springboot:batch [2018/08/07 16:44]
kwon37xi [application.properties/yml]
springframework:springboot:batch [2018/08/07 16:45]
kwon37xi [application.properties/yml]
줄 118: 줄 118:
     job:     job:
       enabled: true       enabled: true
 +    initialize-schema: embedded
   main:   main:
     web-application-type: NONE     web-application-type: NONE
 </code> </code>
 +  * ''spring.batch.initialize-schema'' 는 거의 항상 ''embdded''로 지정하며, 별도 DB 사용시에는 ''never''로 지정한다. ''always''인 경우는 거의 없다고 봄.
   * SpringBoot 2.x 기준, ''spring-boot-starter-web'', ''spring-boot-starter-webflux''가 의존성에 없어야 하며, 만약 있다면 ''spring.main.web-application-type=NONE''으로 설정할 것.   * SpringBoot 2.x 기준, ''spring-boot-starter-web'', ''spring-boot-starter-webflux''가 의존성에 없어야 하며, 만약 있다면 ''spring.main.web-application-type=NONE''으로 설정할 것.
 ===== 실행 ===== ===== 실행 =====
springframework/springboot/batch.txt · 마지막으로 수정됨: 2021/09/06 16:06 저자 kwon37xi