简体   繁体   English

在Google App Engine中部署Spring + Hibernate + Maven + Google Cloud SQL应用程序

[英]Deploy Spring + Hibernate + Maven + Google Cloud SQL application in Google App Engine

I have a web application with the Spring+ Hibernate + Maven configuration which is using the Google cloud SQL as database. 我有一个使用Spring + Hibernate + Maven配置的Web应用程序,该应用程序使用Google Cloud SQL作为数据库。 But I cannt deploy the application successfully in Google App Engine. 但是我无法在Google App Engine中成功部署该应用程序。 Please give me a suggestion. 请给我一个建议。 Will Google App Engine support my application configuration? Google App Engine是否支持我的应用程序配置?

It can be done and here is the proof of concept . 可以做到的,这就是概念的证明

Also note that Google App Engine supports only JPA 1.0. 另请注意,Google App Engine仅支持JPA 1.0。 Current version of Hibernate 4.0 supports JPA 2.1. 当前版本的Hibernate 4.0支持JPA 2.1。 It means that its not fully supported by Google App Engine. 这意味着Google App Engine不完全支持它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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