在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:heroku/java-getting-started开源软件地址:https://github.com/heroku/java-getting-started开源编程语言:HTML 70.0%开源软件介绍:java-getting-startedA barebones Java app, which can easily be deployed to Heroku. This application supports the Getting Started with Java on Heroku article - check it out. Running LocallyMake sure you have Java and Maven installed. Also, install the Heroku CLI. $ git clone https://github.com/heroku/java-getting-started.git
$ cd java-getting-started
$ mvn install
$ heroku local:start Your app should now be running on localhost:5000. If you're going to use a database, ensure you have a local
Deploying to Heroku$ heroku create
$ git push heroku main
$ heroku open DocumentationFor more information about using Java on Heroku, see these Dev Center articles: |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论