readme
This commit is contained in:
@@ -15,7 +15,7 @@ One Day Lifetime SNS
|
||||
|
||||
## How to run
|
||||
```bash
|
||||
git clone {github_url}
|
||||
git clone https://github.com/zzzinho/Oneul.git
|
||||
gradle bootJar
|
||||
java -jar build/libs/oneul-0.0.1-SNAPSHOT.jar
|
||||
```
|
||||
|
||||
@@ -22,6 +22,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter-web'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-validation'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-security'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
|
||||
implementation 'org.springframework.session:spring-session-data-redis'
|
||||
|
||||
Reference in New Issue
Block a user