2

I'm using Jelastic . It works great with my PHP and servlet apps. But when I deploy Spring boot apps it's not working at all, even for a simple spring boot apps. Didn't find any doc in this case. Can i get some help?

dirkbaechle
  • 3,984
  • 14
  • 17
Intellio
  • 101
  • 5

1 Answers1

2

Intelio, There are two ways to deploy Spring boot app on Jelastic:

  1. By building it from your Git/SVN repository using Maven;

  2. By deployment your WAR file directly to Jelastic environment via archive/URL.

Please note that Spring Boot usage requires Java 8 at your application server.

C8H10N4O2
  • 18,312
  • 8
  • 98
  • 134
Virtuozzo
  • 1,993
  • 1
  • 10
  • 13