로컬 개발환경 설정 및 bootRun 구성

- build.gradle: bootRun에 sourceResources, dev 프로파일 적용
- application-dev.yml: DB 접속 정보를 로컬 Docker Oracle로 변경
- logback-spring.xml: dev 프로파일에 CONSOLE appender 추가
- BOOTRUN_SETUP_GUIDE.md: Eclipse Terminal 기반 bootRun 실행 가이드 추가
This commit is contained in:
curry772
2026-03-11 10:16:29 +09:00
parent c1f584cbf1
commit bb845dfbba
7 changed files with 201 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=http\://192.168.240.178\:18082/repository/gradle-dist/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists