Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangquan wangquan
test
Commits
f87bdfd8
You need to sign in or sign up before continuing.
Commit
f87bdfd8
authored
Sep 01, 2025
by
bing zhang
Browse files
5
parent
4ace0fa5
Changes
2
Show whitespace changes
Inline
Side-by-side
source/java/src/main/java/com/mindskip/xzs/service/impl/AuthenticationServiceImpl.java
View file @
f87bdfd8
...
@@ -18,7 +18,6 @@ public class AuthenticationServiceImpl implements AuthenticationService {
...
@@ -18,7 +18,6 @@ public class AuthenticationServiceImpl implements AuthenticationService {
@Autowired
@Autowired
public
AuthenticationServiceImpl
(
UserService
userService
,
SystemConfig
systemConfig
)
{
public
AuthenticationServiceImpl
(
UserService
userService
,
SystemConfig
systemConfig
)
{
int
i
=
10
/
0
;
this
.
userService
=
userService
;
this
.
userService
=
userService
;
this
.
systemConfig
=
systemConfig
;
this
.
systemConfig
=
systemConfig
;
}
}
...
...
source/java/src/main/java/com/mindskip/xzs/test/Test.java
deleted
100644 → 0
View file @
4ace0fa5
package
com.mindskip.xzs.test
;
public
class
Test
{
public
static
void
main
(
String
[]
args
)
{
int
i
=
10
/
0
;
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment