Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
framework-tools
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ae7b5f47
authored
Jul 04, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置文件
1 parent
fa2162a8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
22 deletions
arch-gateway/pom.xml
arch-overall/src/main/resources/logback-spring.xml
arch-overall/src/main/resources/tika-config.xml
logs/eadc-architecture_info.log
arch-gateway/pom.xml
View file @
ae7b5f4
...
...
@@ -58,6 +58,16 @@
<!--jwt-->
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<exclusions>
<exclusion>
<groupId>
*
</groupId>
<artifactId>
*
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
com.auth0
</groupId>
<artifactId>
java-jwt
</artifactId>
</dependency>
...
...
arch-overall/src/main/resources/logback-spring.xml
View file @
ae7b5f4
...
...
@@ -3,7 +3,7 @@
<!--定义日志文件的存储地址 -->
<property
name=
"LOG_HOME"
value=
"./logs"
/>
<property
name=
"LOG_NAME"
value=
"
eadc-architecture
"
/>
<property
name=
"LOG_NAME"
value=
"
arch-overall
"
/>
<!--从配置中心加载数据-->
<springProperty
scope=
"context"
name=
"applicationName"
source=
"spring.application.name"
/>
...
...
arch-overall/src/main/resources/tika-config.xml
deleted
100644 → 0
View file @
fa2162a
<!--<?xml version="1.0" encoding="UTF-8"?>-->
<!--<properties>-->
<!-- <encodingDetectors>-->
<!-- <encodingDetector class="org.apache.tika.parser.html.HtmlEncodingDetector">-->
<!-- <params>-->
<!-- <param name="markLimit" type="int">64000</param>-->
<!-- </params>-->
<!-- </encodingDetector>-->
<!-- <encodingDetector class="org.apache.tika.parser.txt.UniversalEncodingDetector">-->
<!-- <params>-->
<!-- <param name="markLimit" type="int">64001</param>-->
<!-- </params>-->
<!-- </encodingDetector>-->
<!-- <encodingDetector class="org.apache.tika.parser.txt.Icu4jEncodingDetector">-->
<!-- <params>-->
<!-- <param name="markLimit" type="int">64002</param>-->
<!-- </params>-->
<!-- </encodingDetector>-->
<!-- </encodingDetectors>-->
<!--</properties>-->
\ No newline at end of file
logs/eadc-architecture_info.log
View file @
ae7b5f4
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment