简体   繁体   中英

Deploying spring-boot Backbone application into Pivotal Cloud Foundry

My application is on spring-boot and Backbone.js based. Can I deploy this application to Pivotal Cloud Foundry? If yes, How can I proceed?

Use webpack to package your application.

This link will give you an idea. https://keyholesoftware.com/2015/11/16/backbonejs-with-webpack-a-lesson-in-optimization/

If you want a good example, look at willitconnect . It doesn't use Backbone, but you will get the idea.

Here's another example - http://justincalleja.com/2016/04/17/serving-a-webpack-bundle-in-spring-boot/

Give it a try.

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