Hi,
I'm working out on deploy Spring Boot web on aaPanel but seems somethings not working.
First, I installed tomcat server and upload code on a directory. I configured the server but I couldn't access to the website.
The only way I can access to the website is to run java -jar project.jar
that built from my code.
How can I just upload code and needn't build a jar file to make the website on?
Thanks