Skip to content

A sample demo app that shows how to create a RESTful webservice using Spring Boot, Spring Data JPA and Oracle database

Notifications You must be signed in to change notification settings

Ikhiloya/spring-jpa-oracle-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A sample demo app that shows how to create a RESTful webservice using Spring Boot, Spring Data JPA and Oracle database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages