Skip to content

ashoksuryap/SpringBootRestJpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

SpringBootRestJpa

Sample using Spring boot rest and jpa

Tomcat Port:8084

DB:Derby(Embedded) DB:Mysql

Endpoints

{ "id":"1", "name":"java", "description":"java book" }

MySql

CREATE DATABASE testdb; GRANT ALL PRIVILEGES ON testdb.* To 'root'@'localhost' IDENTIFIED BY '';

About

Sample using Spring boot rest and jpa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages