Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 745 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 745 Bytes

README

Author -: Sudhish Nair, Sarfaraz Aahamad, Pravin Barate

  1. All demo programs demostarted during OpenJDK Meetup are included in this repository.
  2. You can download and practice these programs.

A) SpringBoot Demo

  1. Spring boot dema can be downloaded and extracted as maven project.
  2. Use "mvn install" to generate war file of spring boot project which can deployed to JBoss EAP.
  3. This demo project has dependency on "mysql" DB. If you are using any other DB the update details in "application.properties"

B) JDK 11 & JDK 12 Features Demo

  1. Most these programs can be executed as standalone Java program.
  2. Micro Benchmarking feature of JDK 12 is a maven project.