https://github.com/xpdojo/spring-hello-world
spring-hello-world
https://github.com/xpdojo/spring-hello-world
Last synced: about 1 year ago
JSON representation
spring-hello-world
- Host: GitHub
- URL: https://github.com/xpdojo/spring-hello-world
- Owner: xpdojo
- Created: 2022-08-15T05:30:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T09:56:11.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T15:53:25.888Z (over 1 year ago)
- Language: Java
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 테스트 용도 애플리케이션
- [xpdojo/nodejs-hello-world](https://github.com/xpdojo/nodejs-hello-world)
## 개발 환경
```shell
gradle build --info
```
```shell
gradle bootRun
```
## Docker
```shell
cd script
./build.sh
```