Skip to content

Undertow as REST backend integrated with CDI and MySQL

Notifications You must be signed in to change notification settings

armdev/micro-undertow-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

micro-undertow-rest

Undertow microservice: integrated with CDI and MySQL

How to run?

  1. Restore database dump and look at persistance unit . Db dump here https://github.com/armdev/micro-undertow-rest/tree/master/micro-undertow-backend/src/main/resources You can edit also db configuration https://github.com/armdev/micro-undertow-rest/tree/master/micro-undertow-backend/src/main/resources/META-INF

  2. After start MyApplication.java

  3. Navigate http://localhost:8080/app-name/api/backend/4

Original source from https://github.com/denissys/undertow-cdi-jaxrs-rest-api-json

Updated from me for use real database.

About

Undertow as REST backend integrated with CDI and MySQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages