摘要:
protected WebApplicationContext createWebApplicationContext(ServletContext sc) { Class contextClass = determineContextClass(sc); if (!ConfigurableWebApplicationContext.class.isAssignableFrom(contextC... 阅读全文
摘要:
-Dapollo_profile=github,auth-Ddev_meta=http://localhost:8080/-Dserver.port=8070-Dspring.datasource.url=jdbc:mysql://localhost:3306/ApolloPortalDB?char 阅读全文
摘要:
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u012562943/article/details/833051021、声明Bean的注解@Component 组件,没有明确的角色。 @Service 在业务逻辑层使用(service层)。 @Re 阅读全文
摘要:
<resultMap id="userResult" type="com.cloudwalk.shark.model.User"> <id property="id" column="ID" jdbcType="INTEGER"></id> <result property="userName" c 阅读全文
摘要:
springboot2.x 的 RedisCacheManager变化 springboot2.x 的 RedisCacheManager变化 springboot2.x 的 RedisCacheManager变化 springboot2.x 的 RedisCacheManager变化 spring 阅读全文
摘要:
Intellij IDEA使用(十四)—— 在IDEA中创建包(package)的问题 2018年02月24日 17:24:49 _云卷云舒_ 阅读数:6264 标签: intellij idea 更多 个人分类: IntelliJ IDEA Intellij IDEA使用(十四)—— 在IDEA中 阅读全文
摘要:
org.springframework.web.context.ContextLoaderListener ContextLoaderListener.java public class ContextLoaderListener extends ContextLoader implements ServletContextListener { public Conte... 阅读全文