I installed the spring Boot Application as described in https://docs.spring.io/spring-boot/docs/current/reference/html/deployment-install.html
After installation,
service {myApp} start
does not work at all.
> Exception in thread "main" java.lang.UnsupportedClassVersionError:
> org / springframework / boot / loader / JarLauncher: Unsupported
> major.minor version 52.0
In making this exception, I checked all the environment variables and confirmed that everything was normal. The spring application registered as a service did not work and
/etc/init.d/{myApp} start
found a normal operation while searching for other methods. I do not know at all whether I can not run as a service because I do not have enough points. Please let me know if you know anyone.