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 350e0ec6
authored
Jul 03, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置文件
1 parent
9627ca97
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
39 deletions
arch-clouds/log/src/main/java/org/arch/log/filter/LoginFilter.java
arch-overall/pom.xml
logs/eadc-architecture_error.log
logs/eadc-architecture_info.log
arch-clouds/log/src/main/java/org/arch/log/filter/LoginFilter.java
deleted
100644 → 0
View file @
9627ca9
package
org
.
arch
.
log
.
filter
;
import
com.baomidou.mybatisplus.core.toolkit.StringUtils
;
import
net.minidev.json.JSONObject
;
import
org.arch.utils.JwtUitls
;
import
org.springframework.stereotype.Component
;
import
javax.servlet.*
;
import
javax.servlet.ServletException
;
import
javax.servlet.http.HttpServletRequest
;
import
java.io.IOException
;
import
java.io.PrintWriter
;
import
java.util.HashMap
;
import
java.util.Map
;
@Component
public
class
LoginFilter
implements
Filter
{
@Override
public
void
init
(
FilterConfig
filterConfig
)
throws
ServletException
{
}
@Override
public
void
doFilter
(
ServletRequest
servletRequest
,
ServletResponse
servletResponse
,
FilterChain
filterChain
)
throws
IOException
,
ServletException
{
}
@Override
public
void
destroy
()
{
}
}
\ No newline at end of file
arch-overall/pom.xml
View file @
350e0ec
...
@@ -36,6 +36,11 @@
...
@@ -36,6 +36,11 @@
<artifactId>
nacos
</artifactId>
<artifactId>
nacos
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.arch
</groupId>
<artifactId>
arch-base
</artifactId>
<version>
1.0-SNAPSHOT
</version>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
...
logs/eadc-architecture_error.log
View file @
350e0ec
This diff is collapsed.
Click to expand it.
logs/eadc-architecture_info.log
View file @
350e0ec
This diff could not be displayed because it is too large.
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