Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s8sachin/student-rest-example-spring
https://github.com/s8sachin/student-rest-example-spring
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/s8sachin/student-rest-example-spring
- Owner: s8sachin
- Created: 2020-09-16T20:20:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T15:34:41.000Z (over 4 years ago)
- Last Synced: 2024-11-06T02:41:33.185Z (about 2 months ago)
- Language: Java
- Size: 62.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```