Skip to content

gusti-andika/springboot-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

== Repository REST API with springboot, cxf and hibernate

The sample uses Maven. It can be built and run from the command line:

----
$ mvn
----

To execute unit test and build jar:

-----
$ mvn clean package
----

Execute rest with swagger-ui:

go to http://localhost:8080/api/api-docs?url=/api/swagger.json


H2 Console:

h2 console can be access through http://localhost:8080/h2-console
Change the JDBC URL value to jdbc:h2:mem:repository


About

Demonstrate usage of springboot with jax-rs using cxf

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages