/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

Primary LanguageJava

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:

  1. spring boot with mysql or any other database
  2. spring boot with kotlin
  3. spring security
  4. JUnit Test
  5. Integration Test
  6. Your own idea would be great...just do it!

Contributing

Contributions are welcomed

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Medium Articles