We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f102a commit f5b8346Copy full SHA for f5b8346
README.md
@@ -46,3 +46,9 @@
46
- [[6/16] 주문관리 SQL Query (READ)](notes/0616_ORDER_READ_SQL.md)
47
48
- [[6/19] 주문관리 SQL Query (CREATE)](notes/0619_ORDER_CREATE_SQL.md)
49
+
50
51
52
+## 5. 추가 학습
53
54
+- [eGovFramework | 환경세팅](notes/0812_SETTING.md)
notes/0812_SETTING.md
@@ -0,0 +1,29 @@
1
+# ✅ 프로젝트 환경세팅
2
3
+> <작업순서>
4
+>
5
+> 1. 설치
6
+> 2. 형상관리 환경 (Gitblit)
7
8
9
10
11
12
+1. 설치
13
14
+- JDK 1.8
15
+- 전자정부프레임워크 3.8
16
+ - Tomcat
17
+ - Maven
18
+- DBeaver
19
+- PostgreSQL + pgAdmin
20
+ - PostgreSQL 설치 시, pgAdmin 함께 설치 됨
21
22
23
24
25
26
+형상관리 환경 (Gitblit)
27
28
+https://ceodanbi.tistory.com/m/149
29
0 commit comments