سؤال

I am looking for some cloud services / free services which will allow me to setup the development environment for Spring, Tomcat , MySql.

We want the environment so that 3 to 4 developer can code on different parts of the application.

Any help will be appreciated..

Thanks in Advance

هل كانت مفيدة؟

المحلول

You can use Heroku. There even is a tutorial how to configure Spring project. But Heroku uses Postgres for deployed app (if you don't have your own configure DB server). If MySql is not critical for you there is free dev plan for Postres on Heroku.

نصائح أخرى

Google App Engine might be what you're looking for. You've got free quotas and up to 10 apps (dev, qa, etc.). Of course, you need to use their high replication datastore (mysql instances are not free) but you can get your head around it and get a quite similar experience plus you get the benefits of a free dev environment, google scalability, etc.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top