spring-jpa-oracle-demo
spring-jpa-oracle-demo copied to clipboard
A sample demo app that shows how to create a RESTful webservice using Spring Boot, Spring Data JPA and Oracle database
spring-jpa-oracle-demo
A sample demo app that shows how to create a RESTful webservice using Spring Boot, Spring Data JPA and Oracle database
Build
mvn clean package
Run App with either oracle or mysql profile
mvn spring-boot:run -Dspring.profiles.active=oracle
mvn spring-boot:run -Dspring.profiles.active=mysql
Possible contributing ideas:
- spring boot with mysql or any other database
- spring boot with kotlin
- spring security
- JUnit Test
- Integration Test
- Your own idea would be great...just do it!
Contributing
Contributions are welcomed
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request