Skip to content

juneau001/SimpleService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple Java EE Microservice that connects to an Apache Derby database.

To begin, connect to a local Apache Derby database and create the necessary table structure. Next, update the web.xml of the project with the database connection properties for your environment.

Deploy to Payara Micro using the following after building and compiling:

java -jar payara-micro-<>.jar --deploy SimpleService-1.0.war

About

Basic Java EE Microservice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published