简体   繁体   中英

How to host a Spring Boot application

I developed a spring boot application (REST API) with an H2 database. Now there are many questions that I have about the deploying of this application.

  1. How can I upload this project to my web host?
  2. Do every web hosting supports this kind of application?
  3. Will I have a problem with this H2 database and I will have to migrate to (for example) MySql?
  1. If your web host is supporting Java you can run the application
  2. No. Usually there is only PHP support
  3. You can use H2 (I assume you are using it file base) or MySQL if your hoster supports MySQL

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM