-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from T2-Papillon/2nd_Deploy_v1.0.0/choi
2차 배포 테스트 준비
- Loading branch information
Showing
9 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,26 @@ | ||
# Spring | ||
# Papillone - Spring | ||
**효율적인 업무를 위한 일정 관리 시스템** | ||
- Backend URL : http://3.114.241.233/8888 | ||
|
||
## Recommended IDE Setup | ||
|
||
- [IntelliJ](https://www.jetbrains.com/ko-kr/idea/) | ||
|
||
## Build | ||
```sh | ||
$ cd papplan | ||
$ ./mvnw clean pacakge | ||
$ java -jar target/paplan-0.0.5-SNAPSHOT.jar | ||
``` | ||
|
||
## Proxy Server Build | ||
```sh | ||
$ cd papplan | ||
$ sudo docker compose -f docker-compose.yml up -d --build --force-recreate | ||
``` | ||
|
||
## CI/CD | ||
### DEV | ||
![image](https://github.com/T2-Papillon/Spring/assets/66417882/71266733-a824-4598-ae23-279c961f6e4b) | ||
- github action, AWS CodeDeploy 활용 | ||
- [URL](http://3.114.241.233/8888) |
Binary file modified
BIN
+0 Bytes
(100%)
papplan/target/classes/com/boogle/papplan/PapplanApplication.class
Binary file not shown.
Binary file modified
BIN
+58 Bytes
(100%)
papplan/target/classes/com/boogle/papplan/entity/Contributor.class
Binary file not shown.
Binary file modified
BIN
+92 Bytes
(100%)
papplan/target/classes/com/boogle/papplan/entity/Department.class
Binary file not shown.
Binary file modified
BIN
+53 Bytes
(100%)
papplan/target/classes/com/boogle/papplan/entity/Employees.class
Binary file not shown.
Binary file modified
BIN
+92 Bytes
(100%)
papplan/target/classes/com/boogle/papplan/entity/Position.class
Binary file not shown.
Binary file modified
BIN
+70 Bytes
(100%)
papplan/target/classes/com/boogle/papplan/entity/Project.class
Binary file not shown.
Binary file modified
BIN
+50 Bytes
(100%)
papplan/target/classes/com/boogle/papplan/entity/Task.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
papplan/target/test-classes/com/boogle/papplan/PapplanApplicationTests.class
Binary file not shown.