문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
wiki:springboot [2020/08/27 22:08] hylee [표] |
wiki:springboot [2023/01/26 10:24] (현재) dhan |
||
---|---|---|---|
줄 1: | 줄 1: | ||
- | | How it works | 집계가 없으면 작업 만 실행됩니다. | + | ====== SpringBoot ====== |
- | | Usage | 일반적으로 사용되지 않습니다. | + | |
- | | Use Case | 일반적으로 리소스를 삭제하거나 쿼리를 실행하는 것과 같은 | + | |
- | spring-boot-web-application-in-eclipse-itself|How to run Spring Boot web application in Eclipse itself?]] | + | ===== 설정 파일 ===== |
+ | * [[wiki: | ||
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | ===== Spring Boot Batch ===== | ||
+ | [[wiki: | ||
+ | |||
+ | ===== Jpa(Java 퍼시스턴스 API) ===== | ||
+ | 사례연구 \\ | ||
+ | 1. [[https:// | ||
+ | |||
+ | ===== Annotation ===== | ||
+ | [[wiki: | ||
+ | |||
+ | ===== Batch ===== | ||
+ | [[https:// | ||
+ | |||
+ | ==== Tasklet VS Chunk ==== | ||
+ | ^ | ||
+ | | When to use | 작업을 단일 세부 작업으로 실행 한 다음 태스크 릿 처리를 사용 | ||
+ | | How it works | 집계가 없으면 작업 만 실행됩니다. | ||
+ | | Usage | 일반적으로 사용되지 않습니다. | ||
+ | | Use Case | 일반적으로 리소스를 삭제하거나 쿼리를 실행하는 것과 같은 단일 태스크를 호출하는 시나리오에 사용됩니다. | ||
+ | |||
+ | ===== Scheduler (스케줄러) 사용하기 ===== | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | ===== Troubleshooting ===== | ||
+ | 1. Run As 실행시에 Spring Boot App 이 없을 경우 구동 방법 | ||
+ | Steps: 1. go to Run->Run configuration -> Maven Build -> New configuration | ||
+ | Steps: 2. set base directory of you project ie.${workspace_loc:/ | ||
+ | Steps: 3. set goal spring-boot: | ||
+ | Steps: 4. Run project from Run-> | ||
+ | |||
+ | [[https:// | ||
2. pom.xml Error 표시: Plugin execution not covered by lifecycle configuration | 2. pom.xml Error 표시: Plugin execution not covered by lifecycle configuration | ||
줄 10: | 줄 47: | ||
This is a cleaner way, as it doesn' | This is a cleaner way, as it doesn' | ||
You will need to do a Maven > Update project to fix the same error in any other project as well. | You will need to do a Maven > Update project to fix the same error in any other project as well. | ||
+ | |||
+ | \\ | ||
+ | 3.failed to lazily initialize a collection of role or could not initialize proxy - no Session \\ | ||
+ | repo를 호출하는 메소드에 @Transactional를 선언해주면 됩니다. \\ | ||
+ | Tip:JPA의 영속성을 이해해야 됩니다. | ||
+ | [[https:// | ||
+ | [[https:// | ||
[[https:// | [[https:// | ||
+ | \\ | ||
+ | |||
+ | {{tag> |