Spring Maven
Spring Maven
ylm-sigmund
这个作者很懒,什么都没留下…
展开
-
SpringMVC集成Redis集群
SpringMVC集成Redis集群的应用,使用了 log4j,@value,@Configuration,@Bean,jackson工具类 SpringMVC集成Redis集群 github resources目录下配置文件 applicationContext.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns原创 2020-11-22 13:40:28 · 654 阅读 · 0 评论 -
beans profile [Spring Boot]
Spring Boot 读取xml文件 xml配置 application-bean.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframe原创 2020-11-01 22:07:04 · 253 阅读 · 0 评论 -
Maven profile 粗谈
Maven profile 粗谈 profile作用 允许Maven根据不同的环境激活不同的profile来采用不同的配置, 可以实现多环境配置文件的动态切换 当然也可以同时激活多个profile profile子标签 首先我们看下pom.xml中profile可承载的子标签有哪些 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi=原创 2020-10-29 23:05:37 · 163 阅读 · 0 评论 -
自用工具jar
码云地址 1、New Project | Create from archetype,选择模板maven-archetype-quickstart 2、引入所需依赖 <!-- mybatis-generator --> <dependency> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-generator-core</artifactId>原创 2020-08-22 20:58:37 · 145 阅读 · 0 评论