1 230813 추가학습 · code-sum/Java-TIL@244b20a · GitHub
Skip to content

Commit 244b20a

Browse files
committed
230813 추가학습
1 parent f5b8346 commit 244b20a

1 file changed

Lines changed: 24 additions & 6 deletions

File tree

notes/0812_SETTING.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
> <작업순서>
44
>
55
> 1. 설치
6-
> 2. 형상관리 환경 (Gitblit)
6+
> 2. 전자정부3.8 - 게시판 만들기를 위한 템플릿(all-in-one) 세팅
7+
> 3. 전자정부3.8 - DB연결(PostgreSQL) 후 데이터 조회
8+
> 4. 형상관리 환경구축
79
810

911

@@ -12,18 +14,34 @@
1214
1. 설치
1315

1416
- JDK 1.8
17+
- [JDK 1.8 설치](https://gocoder.tistory.com/2498)
18+
- [Java 환경변수 설정](https://danmilife.tistory.com/6)
19+
- [Java version 변경](https://coding-factory.tistory.com/823)
1520
- 전자정부프레임워크 3.8
16-
- Tomcat
17-
- Maven
21+
- [전자정부프레임워크 3.8 설치](https://www.egovframe.go.kr/home/sub.do?menuNo=41)
22+
- [설치 가이드 상세](https://dingbat.tistory.com/11)
23+
- [설치 이후 환경설정](https://webobj.tistory.com/29)
1824
- DBeaver
19-
- PostgreSQL + pgAdmin
25+
- PostgreSQL 15 + pgAdmin 4
2026
- PostgreSQL 설치 시, pgAdmin 함께 설치 됨
2127

2228

2329

30+
2. 전자정부3.8 - 게시판 만들기를 위한 템플릿(all-in-one) 세팅
2431

32+
- [참고자료1 - 상세 / v3.9 기준](https://webobj.tistory.com/72)
33+
- [참고자료2 - 상세2 / v3.8 기준](https://web-obj.tistory.com/273)
34+
- [참고자료3 - 요약](https://nizimo.tistory.com/255)
2535

26-
형상관리 환경 (Gitblit)
2736

28-
https://ceodanbi.tistory.com/m/149
37+
38+
3. 전자정부3.8 - DB연결(PostgreSQL) 후 데이터 조회
39+
40+
- [참고자료](https://velog.io/@seunghy/%EC%A0%84%EC%9E%90%EC%A0%95%EB%B6%80%ED%94%84%EB%A0%88%EC%9E%84%EC%9B%8C%ED%81%AC-DB%EC%97%B0%EA%B2%B0Postgresql)
41+
42+
43+
44+
4. 형상관리 환경구축
45+
46+
- Gitblit : https://ceodanbi.tistory.com/m/149
2947

0 commit comments

Comments
 (0)