SpringBoot条件装配
SpringBoot中的条件装配方法
目录Profile1. @Conditional 注解2. @ConditionalOnProperty 注解4. @ConditionalOnMissingBean 注解5. @ConditionalOnBean 注解6. @ConditionalOnExpression 注解在实际的项目开发中,我们往往需要根据不同的环境做[详细]
2024-08-29 10:30 分类:开发Is it possible to run Weblogic with 8gb heap size in a 64bit java/linux environment
Setup: 64bit Linux 64bit SUN Jvm 1.6.0_20 Weblogic 10.3 Is it possible to run Weblogic 10.3 in this setup with a maximum heap size of 8gb? We have recived answers from oracle support that states t[详细]
2022-12-28 19:14 分类:问答