問題タブ [spring-context]

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 に答える
23018 参照

spring - spring-context と spring-core の依存関係の違いは何ですか?

こんにちは、Spring と Maven の世界は初めてです。この 2 つの依存関係の違いを知りたいですか?

簡単な質問です..pom.xmlファイルに問題があるので、すべてを知りたいです:)。

前もって感謝します。

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

java - @Import が非 @Component Bean を登録する

アノテーションが付けられていないクラスでも@Component、アノテーションで宣言されているときに Spring コンテキストに登録されることに気付きました@Import

@Importこの動作は、ドキュメントからはあまり明確ではありません。

これは欲しいですか?それはどこかに文書化されていますか?@component非クラスとクラスのインポートに違いはあります@Componentか?

ドキュメントには次のように記載されています。

@Configuration クラス、ImportSelector および ImportBeanDefinitionRegistrar 実装、および通常のコンポーネント クラスをインポートできます。

「通常のコンポーネント クラス」とは何ですか? 任意のクラスまたは@Component?で注釈が付けられたクラス

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

spring - 構成の問題: XML スキーマ名前空間の Spring NamespaceHandler が見つかりません [http://www.springframework.org/schema/p]

私は SPRING の初心者です。このエラーが発生しました Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace

私のspring-app-context.xml

StandardOutMessageRenderer.java

私のメインクラス

私の pom.xml ファイル

例は intelliJ IDEA で動作しますが、jar を作成して mvn clean package java -jar ./target/gl2-1.0-SNAPSHOT.jar を実行すると、例外が発生しました: