# spring-boot-project **Repository Path**: mallocxw/spring-boot-project ## Basic Information - **Project Name**: spring-boot-project - **Description**: 基于spring-boot框架与其他技术整合。持续更新。。。。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2020-07-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-project 基于spring-boot框架与dubbo等其他框架整合。持续更新。。。。 **2018/3/7** 整合dubbo(无注册中心)框架 启动provider端 启动Consumer端junit测试 **2018/3/7** 整合quartz 启动junit测试 **2018/3/8** 整合动态数据源 启动junit测试 **2018/3/9** 添加assmebly打包(以dubbo-provider为例) 进入spring-boo-project目录 执行 mvn clean install -Dmaven.test.skip=true 执行 mvn clean package -DMaven.test.skip=true -P dubbo-provider **2018/3/13** 整合javamail 启动junit测试 **2018/3/25** 整合spring security(无xml配置) 启动application 访问 http://localhost:8080 **2018/3/28** 整合elasticsearch 启动junit测试 **2018/5/3** 自定义spring boot starter 源码: https://gitee.com/baomidou/kaptcha-spring-boot-starter **2018/5/9** 整合activemq 启动junit测试 **2018/6/22** 整合docker 项目跟目录下执行:mvn clean package -Dmaven.test.skip=true docker:build docker服务器查看已构建的镜像: docker images 运行镜像: docker run -p 8080:8080 -t spring-boot/spring-boot-security 查看运行的镜像: docker ps **2018/07/02** spring boot + zuul网关(非spring cloud,无eureka侵入) 自定义zuulFilter 动态加载路由 TODO: 负载均衡 assembly打包 先install,然后执行mvn clean package -DMaven.test.skip=true -P zuul 启动./bin/window/zuul-start.bat后 访问http://localhost:8090 动态路由:实时修改conf/router.properties中路由信息,无需重启即可重新路由。 **2018/07/17** 新增zabbix zabbix3.0 api文档:https://www.zabbix.com/documentation/3.0/manual/api/reference **2018/07/20** 新增微信公众号开发 accessToken获取、redis存储 图灵聊天机器人、自定义菜单 TODO:细化各种消息类型的回复、消息事件处理。 本地微信开发推荐ngrok国内服务器 高级接口权限可以自己申请微信公众测试号