質問

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