How deploy spring application in app engine larger than 35mb

前端 未结 2 428
太阳男子
太阳男子 2021-01-15 03:52

I try mvn appengine:deploy but receive

ERROR: (gcloud.app.deploy) Cannot upload file [my-file], which has size [40375610] (greater than maximum allowed size of [33

2条回答
  •  攒了一身酷
    2021-01-15 04:30

    I hope that 35M is not all Java code! I suspect you have a lot of static files. If so, you can upload these to GCloud Storage and server them from there instead.

提交回复
热议问题