From d12299a36ba336d9ec12a3303a692cc17091daab Mon Sep 17 00:00:00 2001 From: 3y Date: Thu, 6 Apr 2023 21:05:30 +0800 Subject: [PATCH] update README.md --- README.md | 11 +++++------ austin-support/pom.xml | 6 +----- pom.xml | 24 ++++++++++++++---------- 3 files changed, 20 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index e8fd1dc..1218860 100644 --- a/README.md +++ b/README.md @@ -75,18 +75,17 @@ ## 部署姿势 -austin项目**强依赖**`MySQL`/`Redis`/(**大概需要2G内存**),**弱依赖**`kafka`/`prometheus`/`graylog`/`flink`/`xxl-job`/`apollo`/`hive`(**完全部署所有的服务,大概8G+内存**)。如果缺少相关的组件可戳:[安装相关组件教程](INSTALL.md)。 +austin项目**强依赖**`MySQL`/`Redis`/(**大概需要2G内存**),**弱依赖**`kafka`/`prometheus`/`graylog`/`flink`/`xxl-job`/`apollo`/`hive`(**完全部署所有的服务,大概16G内存**)。如果缺少相关的组件可戳:[安装相关组件教程](INSTALL.md)。 +> 实在想要`clone`项目后不用自己部署环境直接在**本地**启动`debug`,我这提供了[股东服务](https://mp.weixin.qq.com/s/zpvfqf3ggKFkn5R5moQsKQ),**直连**部署好的服务器。 -> 实在想要`clone`项目后不用自己部署环境直接在**本地**启动`debug`,我这提供了[会员服务](https://mp.weixin.qq.com/s/4cOhNG5JBSvBkbSKTfw7eQ),**直连**部署好的服务器。 +**1**、austin目前使用的MySQL版本**5.7x**,如果你使用的MySQL版本8.0,注意改变`pom.xml`所依赖的版本以及对应的连接信息。 -**1**、austin使用的MySQL版本**5.7x**。如果目前使用的MySQL版本8.0,注意改变`pom.xml`所依赖的版本 - -**2**、填写`application.properties`中`austin-database`对应的`ip/port/username/password`信息 +**2**、填写`application.properties`中`spring.datasource`对应的`ip/port/username/password`信息 **3**、执行`sql`文件夹下的`austin.sql`创建对应的表 -**4**、填写`application.properties`中`austin.redis`对应的`ip`/`port`信息 +**4**、填写`application.properties`中`spring.redis`对应的`ip`/`port`/`password`信息 **5**、以上配置信息都在`application.properties`文件中修改。(`prometheus`/`graylog`/`flink`/`xxl-job`/`apollo`/`kafka`/`hive`可选) diff --git a/austin-support/pom.xml b/austin-support/pom.xml index 0abad69..6dcc2bb 100644 --- a/austin-support/pom.xml +++ b/austin-support/pom.xml @@ -118,13 +118,9 @@ com.github.binarywang weixin-java-miniapp - - - - io.github.ZhongFuCheng3y - hades-apollo-starter + hades-nacos-starter diff --git a/pom.xml b/pom.xml index ae50fcc..88a700d 100644 --- a/pom.xml +++ b/pom.xml @@ -161,12 +161,13 @@ ${flink.version} + - - - - - + + + + + @@ -216,16 +217,19 @@ rocketmq-spring-boot-starter 2.2.2 + + io.github.ZhongFuCheng3y hades-nacos-starter 1.0.3 - - io.github.ZhongFuCheng3y - hades-apollo-starter - 1.0.3 - + + + + + +