|
16 | 16 | <img src="https://img.shields.io/badge/SpringCloud-Hoxton.RELEASE-brightgreen" ></img><img src="https://img.shields.io/badge/vue-2.5.17-green" ></img>
|
17 | 17 | <img src="https://img.shields.io/badge/swagger-2.6.1-green" ></img>
|
18 | 18 | <img src="https://img.shields.io/badge/mybatis--plus-3.1.2-green" ></img></a></p>
|
| 19 | +## 前言 |
19 | 20 |
|
| 21 | +虽然我知道很多人来到这里,都是pull 或者dowonload了一下代码,就把项目关闭了。突然有一天想起了看看蘑菇博客这个项目有没有更新,然后继续执行以下操作: |
| 22 | + |
| 23 | +- 更新了,pull或者download代码 |
| 24 | +- 没更新,直接关闭项目 |
| 25 | + |
| 26 | +但是我还是非常希望各位小伙伴能够 **多多star支持**,您的**点赞**就是我维护的动力! |
| 27 | + |
| 28 | +如果您有任何相关建议,欢迎在issue或者群里提出,再次感谢大家的支持~ |
20 | 29 |
|
21 | 30 | ## 项目介绍
|
22 | 31 |
|
|
61 | 70 |
|
62 | 71 | 推荐配置:2核4G
|
63 | 72 |
|
64 |
| -> 【阿里云】 限量爆款 低至69元/年 [点我进入](https://www.aliyun.com/minisite/goods?userCode=w7aungxw) `(仅限新用户)` |
| 73 | +> 【阿里云】 限量爆款低至91.8元/年 [点我进入](https://www.aliyun.com/minisite/goods?userCode=w7aungxw) |
65 | 74 | >
|
66 |
| -> 【腾讯云】云产品限时秒杀,爆款1核2G云服务器,首年99元 [点我进入](https://cloud.tencent.com/act/cps/redirect?redirect=1054&cps_key=4e9b8ce643afe47621493331d101dd6e&from=console) `(仅限新用户)` |
| 75 | +> 【腾讯云】星星海SA2云服务器618钜惠,1核2G 首年95元 [点我进入](https://url.cn/WuGZnFBn) |
67 | 76 | >
|
68 | 77 | > 【阿里云翼计划】 1核2G 5M / 年 (博主目前使用的) 仅需114元 [点我进入 ](https://promotion.aliyun.com/ntms/act/campus2018.html?spm=5176.10695662.1244717.1.641e5a06KpmU4A&accounttraceid=3ac1b990a4f445859080d2555566af8fiirr?userCode=w7aungxw&tag=share_component&share_source=copy_link?userCode=w7aungxw&tag=share_component&share_source=copy_link?userCode=w7aungxw&tag=share_component&share_source=copy_link) `(仅限学生或未满24岁的用户)`
|
69 | 78 |
|
|
115 | 124 | - mogu_spider:爬虫服务`(目前还未完善)`
|
116 | 125 | - mogu_spider:网关服务`(目前还未完善)`
|
117 | 126 | - mogu_zipkin:链路追踪服务,`目前使用java -jar的方式启动`
|
118 |
| -- mogu_search:搜索服务,ElasticSearch和Solr作为检索工具,[支持可插拔配置](http://moguit.cn/#/info?blogUid=4042b4f4088e4e37e95d9fc75d97298b),默认使用SQL搜索 |
119 |
| -- mogu_commons: 是公共模块,主要用于存放Entity实体类和Feign远程调用接口 |
| 127 | +- mogu_search:搜索服务,ElasticSearch和Solr作为全文检索工具,[支持可插拔配置](http://moguit.cn/#/info?blogUid=4042b4f4088e4e37e95d9fc75d97298b),默认使用SQL搜索 |
| 128 | +- mogu_commons:公共模块,主要用于存放Entity实体类、Feign远程调用接口、以及公共config配置 |
120 | 129 | - mogu_utils: 是常用工具类;
|
121 | 130 | - mogu_xo: 是存放 VO、Service,Dao层的
|
122 | 131 | - mogu_base: 是一些Base基类
|
123 |
| -- mogu_config: 是存放一些配置 |
124 | 132 | - doc: 是蘑菇博客的一些文档和数据库文件
|
125 | 133 | - vue_mogu_admin:VUE的后台管理页面
|
126 | 134 | - vue_mogu_web:VUE的门户网站
|
|
141 | 149 | | SpringSecurity | 认证和授权框架 | https://spring.io/projects/spring-security |
|
142 | 150 | | MyBatis-Plus | ORM框架 | https://mp.baomidou.com/ |
|
143 | 151 | | Swagger-UI | 文档生产工具 | [ https://github.com/swagger-api/swagger-ui](https://github.com/swagger-api/swagger-ui) |
|
144 |
| -| Kibana | 分析和可视化平台 | | |
| 152 | +| Kibana | 分析和可视化平台 | https://www.elastic.co/cn/kibana | |
145 | 153 | | Elasticsearch | 搜索引擎 | [ https://github.com/elastic/elasticsearch](https://github.com/elastic/elasticsearch) |
|
146 | 154 | | Solr | 搜索引擎 | http://lucene.apache.org/solr/ |
|
147 | 155 | | RabbitMQ | 消息队列 | [ https://www.rabbitmq.com/](https://www.rabbitmq.com/) |
|
|
159 | 167 | | Github Actions | 自动化部署 | https://help.github.com/en/actions |
|
160 | 168 | | Zipkin | 链路追踪 | https://github.com/openzipkin/zipkin |
|
161 | 169 | | Flexmark-java | Markdown转换Html | https://github.com/vsch/flexmark-java |
|
| 170 | +| Ip2region | 离线IP地址定位库 | https://github.com/lionsoul2014/ip2region | |
162 | 171 |
|
163 | 172 | ### 前端技术
|
164 | 173 |
|
|
0 commit comments