PiotrHic / My_First_JPA_App

My Simply JPA App - I create it to train some of the basic functionalities
0 stars 0 forks source link

Dockereize the application by using Docker #36

Open PiotrHic opened 1 month ago

PiotrHic commented 1 month ago

https://spring.io/guides/gs/spring-boot-docker

PiotrHic commented 1 month ago

I am not able to go by Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.UnsupportedClassVersionError: org/springframework/boot/loader/launch/JarLauncher has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0

PiotrHic commented 2 weeks ago

I have dockerized the app, but I am not able to create a container.