Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s8sachin/student-rest-example-spring


https://github.com/s8sachin/student-rest-example-spring

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# student-rest-example-spring

## Run

### Migrate db through flywaydb
```
mvn flyway:migrate -Dflyway.url=jdbc:postgresql://localhost:5432/mysampl2 -Dflyway.user=postgres -Dflyway.password=password
```

### Start application

```
mvn spring-boot:run
```
or
```
mvn exec:java -Dexec.mainClass="com.student.rest.studentrestexample.StudentRestExampleApplication" -Dexec.classpathScope=runtime
```