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.
我们可以在 classpath:ehcache.xml 中配置 ehcache
但我有不同的环境配置文件,例如“test”、“prod”
如何使用profile为mybatis配置不同环境的ehcache?
这在很大程度上取决于您使用的技术。所以我们现在不能给出准确的答案。
如果你只有 test 和 prod,你通常会ehcache.xml在你的生产类路径中使用,而另一个在你的测试类路径中隐藏它。
ehcache.xml
然后,如果您有一个更复杂的用例,您需要有一种方法来加载不同的文件。例如,对于 Spring,您将使用配置文件。很多ehcache-prod.xml,并ehcache-test.xml根据它。
ehcache-prod.xml
ehcache-test.xml