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.
For further reference, please consider the following sections:
- Official Apache Maven documentation
- Spring Boot Maven Plugin Reference Guide
- Create an OCI image
- Spring Web
- Springboot 2.x
- Maven 3.x
- JPA
- JNDI Datasource
- MySql
- Runtime container weblogic 14.x
[ { "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 } ]