728x90
반응형
mvn clean package
java -jar -Dspring.profiles.active=local ./addrLaLoBatch-0.0.1-SNAPSHOT.jar --job.name=jdbcPostgresPagingItemReaderJob baseDate=2022-10-25
스프링 부트에서 실행 :
./mvnw.cmd spring-boot:run
Clean 후 패키지 생성
./mvnw.cmd clean package
./mvnw.cmd clean install
/* mvn 기동시 profiles 설정 cmd창에서 실행할때 powershell에서는 안먹힘 */
mvn spring-boot:run -Dspring-boot.run.profiles=프로파일명
mvn spring-boot:run -Dspring-boot.run.profiles=local
./mvnw.cmd spring-boot:run -Dspring-boot.run.profiles=local
-- mvn spring-boot:run -Dspring.profiles.active=local
java -jar -Dspring.profiles.active=local ./addrLaLoBatch-0.0.1-SNAPSHOT.jar --job.name=jdbcPostgresPagingItemReaderJob baseDate=2022-10-25
728x90
반응형
'프로그램 > 스프링' 카테고리의 다른 글
java.security.NoSuchProviderException: no such provider: BC 에러 (0) | 2024.02.02 |
---|---|
jsp 멀티 첨부파일 생성& 삭제 (0) | 2023.06.29 |
스프링 대용량 멀티 배치_스케줄 (0) | 2022.08.16 |
전자정부 프레임워크 Swagger UI 적용 (0) | 2022.01.13 |
전자정부 스케줄링 crontab 설정 티베로에서 postgresql 연계 (0) | 2021.08.18 |
댓글