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