https://github.com/rosyid-grobogan/fullstack-spring-boot-react
Backend for Full Stack Spring Boot and ReactJS
https://github.com/rosyid-grobogan/fullstack-spring-boot-react
backend-api flyway postgresql spring-boot yml
Last synced: 8 months ago
JSON representation
Backend for Full Stack Spring Boot and ReactJS
- Host: GitHub
- URL: https://github.com/rosyid-grobogan/fullstack-spring-boot-react
- Owner: rosyid-grobogan
- Created: 2021-04-17T08:53:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T13:14:12.000Z (over 4 years ago)
- Last Synced: 2025-01-05T01:26:17.439Z (9 months ago)
- Topics: backend-api, flyway, postgresql, spring-boot, yml
- Language: Java
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Share Link: Spring Initializr
```
https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.4.5.RELEASE&packaging=jar&jvmVersion=11&groupId=com.rosyidgrobogan&artifactId=fullstack-spring-boot-react&name=fullstack-spring-boot-react&description=Demo%20project%20for%20Spring%20Boot&packageName=com.rosyidgrobogan.fullstack-spring-boot-react&dependencies=web,lombok,postgresql,data-jpa,flyway
```## Clean Up Fly Way
```
mvn clean compile -Dflyway.user=postgres -Dflyway.password=rahasia -Dflyway.url=jdbc:postgresql://localhost:5432/latihandocker flyway:clean
```