spring boot
双耳聂
这个作者很懒,什么都没留下…
展开
-
mybatis-plus 整合springBoot 动态数据库
mybatis-plus 整合springBoot 动态数据库 主要使用的stater :dynamic-datasource-spring-boot-starter pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schema原创 2021-10-02 20:16:12 · 228 阅读 · 0 评论 -
springBoot 结合redis(windows环境)
springBoot 结合redis(windows环境) redis 配置 redis windows下载地址:https://hub.fastgit.org/tporadowski/redis/releases 运行redis: redis 目录下运行,redis-server.exe redis.windows.conf springboot 配置 pom.xml <parent> <groupId>org.springframework.boot</gr原创 2021-09-04 17:47:52 · 199 阅读 · 0 评论