Deploy a Java App on Heroku | Modify and add services to a java app | Tr...


Deploy a Java App on Heroku | Modify and add services to a java app | Trailhead Salesforce Answers Modify and Add Services to a Java App on Heroku Running Your App Locally Any app you run on Heroku eventually requires new features and enhancements. As you make these changes, you want the ability to run your Java process locally so you can easily debug problems, run tests, and confirm that your app is working. In this unit, you learn how to run the sample Java app in the same way that it runs on the Heroku platform. Then you make changes to the app in your local environment and deploy them to Heroku. Heroku recognizes a Java app by the existence of a pom.xml file in the root directory. For your own apps, you can create one by using the mvn archetype:generate command. The demo app you deployed already has a pom.xml ( see it on GitHub). Here’s an excerpt: Verify Step +25 points You’ll be completing this project in your own hands-on org. Click Launch to get started, or click the name of your org to choose a different one. Do you use Salesforce in a language other than English? Set the language of your hands-on org to English before you attempt this project. Want to find out more about using hands-on orgs on Trailhead? Check out Trailhead Playground Management. Click on Me: https://youtu.be/Y19ugNu32ZM?sub_confirmation=1 Follow Us -------------------------------- Facebook: https://www.facebook.com/My-Programming-School-108985620640065 Instagram: https://www.instagram.com/pramodkumar.yadav.3701779/ Twitter: https://twitter.com/pramodk57166791 Linkin: https://www.linkedin.com/in/pramod-yadav-818a00152/ Website: https://www.myprogrammingschool.com/

Post a Comment

0 Comments

Search This Blog