問題タブ [spring-boot-configuration]
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 - Spring Boot 2 - @Configuration の前に @Component をロードする
Spring Boot アプリケーションと、使用している異なる jar からの 2 つのクラスがあります。そのうちの 1 つは @Component で、もう 1 つは @Configuration です。
どちらにも @PostConstruct メソッドがあり、基本的にここに私のユースケースがあります-> @Component の @PostConstruct の前に @Configuration の @PostConstruct を実行したいです。どういうわけかこれを達成することは可能ですか?
@Component で @DependsOn を試しました (@Configuration を参照 - 内部には Bean がありません - @PostConstruct のみ) が、機能しません。
ここにコード片があります。
最初のファイル:
2 番目のファイル。
事前にどうもありがとう
java - 地図javaの@ConfigurationPropertiesのyamlファイルで?
こんにちは、Spring Boot プロジェクトにこのような構成クラスがあります。
application.yaml ファイルで userProperties に値を指定するにはどうすればよいですか?