Skip to content

Commit

Permalink
Merge pull request #58 from T2-Papillon/2nd_Deploy_v1.0.0/choi
Browse files Browse the repository at this point in the history
2차 배포 테스트 준비
  • Loading branch information
choi3179 authored Apr 8, 2024
2 parents 168ec40 + 5891e7a commit a2e85a6
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
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 not shown.
Binary file modified papplan/target/classes/com/boogle/papplan/entity/Contributor.class
Binary file not shown.
Binary file modified papplan/target/classes/com/boogle/papplan/entity/Department.class
Binary file not shown.
Binary file modified papplan/target/classes/com/boogle/papplan/entity/Employees.class
Binary file not shown.
Binary file modified papplan/target/classes/com/boogle/papplan/entity/Position.class
Binary file not shown.
Binary file modified papplan/target/classes/com/boogle/papplan/entity/Project.class
Binary file not shown.
Binary file modified papplan/target/classes/com/boogle/papplan/entity/Task.class
Binary file not shown.
Binary file not shown.

0 comments on commit a2e85a6

Please sign in to comment.