Skip to content

hucbmz/springboot-jpa-jndidatasource-weblogic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read Me First

The following was discovered as part of building this project:

  • This project is used to connect to mysql database over jndi datasource provided by weblogic server.
  • Retrieve customer and company details using spring boot api over jpa repository api.

Getting Started

Reference Documentation

For further reference, please consider the following sections:

Guides

  • Springboot 2.x
  • Maven 3.x
  • JPA
  • JNDI Datasource
  • MySql
  • Runtime container weblogic 14.x

Endpoints

[ { "companyname": "accurate", "companyphone": "4077608599", "companyaddress": "bangalore", "stockvalue": "90", "id": 1 }, { "companyname": "accurate inc", "companyphone": "4077608599", "companyaddress": "bangalore", "stockvalue": "95", "id": 2 }, { "companyname": "accurate sols", "companyphone": "4077608599", "companyaddress": "bangalore", "stockvalue": "98", "id": 3 }, { "companyname": "accurate pvt ltd", "companyphone": "4077608599", "companyaddress": "bangalore", "stockvalue": "58", "id": 4 }, { "companyname": "accurate farmacy", "companyphone": "4077608599", "companyaddress": "mumbai", "stockvalue": "50", "id": 5 }, { "companyname": "accurate cons", "companyphone": "4077608599", "companyaddress": "mumbai", "stockvalue": "20", "id": 6 } ]

About

springboot-jdbc-jndi-notomcat-project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%