https://github.com/josdem/spring-boot-jpa
Shows how to Create a Spring Boot Application with JPA
https://github.com/josdem/spring-boot-jpa
spring-boot spring-boot-jpa
Last synced: 3 months ago
JSON representation
Shows how to Create a Spring Boot Application with JPA
- Host: GitHub
- URL: https://github.com/josdem/spring-boot-jpa
- Owner: josdem
- Created: 2018-02-02T16:47:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T15:40:16.000Z (over 6 years ago)
- Last Synced: 2025-01-17T15:52:28.841Z (4 months ago)
- Topics: spring-boot, spring-boot-jpa
- Language: Java
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring Boot JPA
----------------------------This project shows how to use Spring Data JPA and Bootstrap in a Spring Boot project
#### To run the project in branches feature/jpa
```bash
gradle bootRun
```#### To run the project in branches feature/externalization, feature/bootstrap and master
```bash
gradle bootRun -Dspring.config.location=$HOME/.spring-boot-jpa/application-development.yaml
```#### Read this as reference
* http://josdem.io/techtalk/spring/spring_boot_jpa/
* http://josdem.io/techtalk/spring/spring_boot_externalization/
* http://josdem.io/techtalk/spring/spring_boot_bootstrap/