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
jinli gu
MCMS
Commits
7b6f4330
Commit
7b6f4330
authored
Mar 27, 2021
by
msgroup
Browse files
缓存
parent
d3e2e929
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/net/mingsoft/MSApplication.java
View file @
7b6f4330
...
...
@@ -36,10 +36,9 @@ import java.util.Locale;
@ComponentScan
(
basePackages
=
{
"net.mingsoft"
})
@MapperScan
(
basePackages
={
"**.dao"
,
"com.baomidou.**.mapper"
})
@ServletComponentScan
(
basePackages
=
{
"net.mingsoft"
})
@EnableCaching
public
class
MSApplication
{
public
static
void
main
(
String
[]
args
)
{
SpringApplication
.
run
(
MSApplication
.
class
,
args
);
}
}
\ No newline at end of file
}
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