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.
Java Spring 是一个敏捷而强大的框架。但我试图找到一些信息如何保护弹簧容器内的对象实例。
情况是:我在 spring 容器(dsl 或 xml 配置)中有一些 grails 服务、java 类和简单的配置参数(Boolean、Integer、...)。我想在代码中知道我使用的对象与我配置的对象完全相同。
任何想法如何使弹簧容器中的对象替换复杂化?