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

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

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/