nbs0105 / BOOT_CMS star
beom 4 days ago
README 갱신
@84dc0b622836dd3e5e6a212682065569ad992547
CHANGELOG_BOOT_JPA.md
--- CHANGELOG_BOOT_JPA.md
+++ CHANGELOG_BOOT_JPA.md
@@ -409,3 +409,10 @@
 - `/Users/beom/Documents/intellij/cms/FoxeduBaseCMS/base/pom.xml` 삭제
 - `/Users/beom/Documents/intellij/cms/FoxeduBaseCMS/.gitignore`
   - Maven 관련 ignore 항목 제거
+
+## 추가 변경(21차)
+
+### README 갱신
+- `/Users/beom/Documents/intellij/cms/FoxeduBaseCMS/README.md`
+  - Gradle/Boot3/Java21 기준으로 수정
+  - DB 연결 설정 내용은 유지
README.md
--- README.md
+++ README.md
@@ -2,22 +2,28 @@
 
 ## Git URL
 ```
-http://YOUR_ID@office.dataeum.kr:9900/sj1004class/FoxeduBaseCMS
-
-Dataeum YONA server
-http://office.dataeum.kr:9900/
+http://nbs0105@git.dataeum.kr/nbs0105/BOOT_CMS
 ```
 
+## 프로젝트 개요
+- Spring Boot 3.x + Java 21 + Gradle 기반으로 전환됨
+- JPA 도입 및 일부 화면은 Thymeleaf로 이관됨
+- Swagger(OpenAPI) 사용
+
+## 빌드/실행
+```bash
+cd /Users/beom/Documents/intellij/cms/FoxeduBaseCMS/base
+./gradlew test
+./gradlew bootRun
+```
 
 ## 프로젝트 설정
 
 ### globals.properties
-
 ```
 /src/main/resources/egovframework/egovProps/globals.properties
 Globals.File = D:/JAVA_PROJECTS/base2/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/base
 ```
-
 
 ## 개발도메인
 ```
@@ -33,3 +39,4 @@
               username="base_user"
               password="base_pass"
               maxActive="5" maxIdle="5" maxWait="-1" />
+```
Add a comment
List