Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のGrailsプロジェクトで使用される春のバージョンを変更する「正しい」方法は何ですか? 最新バージョンには spring 3.1.0 がバンドルされていますが、最新 (3.1.2) に変更するにはどうすればよいですか?
BuildConfig.groovy に特定の依存関係を手動で追加するのが唯一の方法ですか?
BuildConfig.groovy を変更できることは正しいです。しかし、@Greggが述べたように、私はそれをしません:) GrailsはSpringの特定のバージョンでテストされており、Springをアップグレードすると予期しない結果と動作が発生します。
ご自身の責任で行ってください。