Swimie server
1.0.0
├── .github
├── module-presentation # API 게이트웨이 서버
├── module-batch # 배치 서버
├── module-independent # 독립 모듈
├── module-domain # 도메인 모듈
├── module-infrastructure # 외부 모듈
│ └── persistence-database # 데이터베이스 모듈
│ └── persistence-redis # Redis 모듈
│ └── object-storage # 객체 저장소 모듈
│ └── google-spreadsheet # 구글 스프레드시트 모듈
└── docs # 데이터 관리용 폴더
./gradlew :module-presentation:build
명령어를 수행합니다.java -jar /module-presentation/build/libs/module-presentation.jar
명령어를 통해 서버를 실행합니다.신민철 | 홍성주 | 양원채 |
---|---|---|