問題タブ [spring-aspects]
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 - スプリングアスペクトをインポートした後、一部のコントローラーが見つかりません
春の側面、私のUserController URL 404をインポートした後、GoodControllerとUserControllerの2つのコントローラーを作成しましたが、GoodControllerは正常です。理由が見つからず、解決方法がわかりません。すべての私の pom.xml は次のとおりです。
プロジェクトの親 pom.xml
ユーザー モジュール pom.xml:-- 依存関係なし
良いモジュール pom.xml
ApplicationStarter モジュール pom.xml
共通モジュール pom.xml:-- 依存関係なし
ユーザーコントローラー.java
GoodController は UserController とほぼ同じです。
ログ aop 構成: