問題タブ [spring-boot-maven-plugin]
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.
java - コントローラーでユーザーが入力した値を取得しようとし、それをSpringBootアプリケーションのmysqlデータベースに追加しようとしています
HTMLファイルを内部に配置しましたが、ビューの代わりに文字列を返すだけのsrc/main/resources/static/NewFile.html
ようにコントローラーを使用すると機能しません.それにアクセスするために与えていることに加えて、動的な値を入力して送信しても機能しません特定のコントローラーに移動します。(@RequestMapping("/"))
http://localhost:80/NewFile.html
私はこれが初めてですSpringboot
。どこが間違っているのか教えてください。