Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 607 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 607 Bytes

springbootLiberty

SpringBoot on IBM Liberty with DerbyDB

IDE

Get eclipse and install Liberty profile. Then create a server from the liberty runtime below.

Liberty

server.xml Disable all config for adminCenter and SSL. We don't need it for this.

Runtime

This was tested on wlp-webProfile8-20.0.0.9 on Java 15.
https://developer.ibm.com/wasdev/downloads/#asset/runtimes-wlp-webProfile8

DerbyDB

Get db-derby-10.15.2.0, both bin and lib package.
Then follow the tutorial below to create basic database.
https://db.apache.org/derby/docs/10.2/workingwithderby/twwdactivity1.html