問題タブ [heroku-cli]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
395 参照

spring-boot - Spring でプロファイルファイルが見つからない (Windows)

Heroku を介して Spring Tool Suite (Windows) にプロジェクトをデプロイしようとしています。Heroku の指示に従いました: https://devcenter.heroku.com/articles/deploying-spring-boot-apps-to-heroku しかし、それでも機能しません: https://invoicepaymentapp.herokuapp.com/

それはログ情報です:

プロジェクトを github にプッシュしました: https://github.com/rodCurvelo/paymentapp

次の方法でherokuアプリケーションを作成しました。

Procfile.windows: Exception deploying Spring Boot app local with Herokuの指示に従おうとしました

しかし、私のプロジェクトの pom.xml、Procfile、または application.properties ファイルに何か問題があると思います:

プロファイル:

アプリケーションのプロパティ:

(私のherokuデータベースアカウントに基づくユーザー、パスワードなど)

Procfile.windows の指示に従いましたが、うまくいきませんでした: Heroku を使用して Spring Boot アプリをローカルにデプロイする例外