diff options
| author | liuyongqiang <[email protected]> | 2020-12-04 18:07:13 +0800 |
|---|---|---|
| committer | liuyongqiang <[email protected]> | 2020-12-04 18:07:13 +0800 |
| commit | ce325d3252c9a782ad852be3f760d6f204fc005d (patch) | |
| tree | 029c1717d7851d01c17a58c2ef75b06f4fad7cd8 | |
| parent | df8c80319dd6c43750e113c2aae4b2e3d0974f1c (diff) | |
update
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | galaxy-auth-center/config/logback-spring.xml | 2 | ||||
| -rw-r--r-- | images/architecture-v2.0.jpg | bin | 344418 -> 400071 bytes |
3 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ ## Introduction 统一的接口支持流式、批量作业,提供交互式SQL分析和例行调度,让您更方便编写和提交ETL程序,高效执行大数据计算程序,让大数据处理变得如此简单。 ## Technology stack -**Spring Boot 2.0.2.RELEASE** https://docs.spring.io/spring-boot/docs/2.2.2.RELEASE/reference/html/index.html +**Spring Boot 2.2.0.RELEASE** https://docs.spring.io/spring-boot/docs/2.2.0.RELEASE/reference/html/index.html **Spring Boot Admin 2.3.0** https://codecentric.github.io/spring-boot-admin/2.3.0/ ## 系统架构图 diff --git a/galaxy-auth-center/config/logback-spring.xml b/galaxy-auth-center/config/logback-spring.xml index c0856ec..f301aa1 100644 --- a/galaxy-auth-center/config/logback-spring.xml +++ b/galaxy-auth-center/config/logback-spring.xml @@ -4,7 +4,7 @@ <!--日志文件路径--> <property name="LOG_PATH" value="/home/galaxy/galaxy-auth-center/logs"/> <!--日志文件名称--> - <property name="LOG_FILE_NAME" value="galaxy-admin-server"/> + <property name="LOG_FILE_NAME" value="galaxy-auth-center"/> <!--控制台日志, 控制台输出 --> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> diff --git a/images/architecture-v2.0.jpg b/images/architecture-v2.0.jpg Binary files differindex eaf882a..0dee82b 100644 --- a/images/architecture-v2.0.jpg +++ b/images/architecture-v2.0.jpg |
