Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
modeng-service
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邢保振
modeng-service
Commits
97190e77
Commit
97190e77
authored
a year ago
by
zhaoqingwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
阿拉丁-魔登
parent
737b8fd8
feature/2023
No related merge requests found
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
0 deletions
+1
-0
ApplicationConfig.java
...in/java/com/ruoyi/framework/config/ApplicationConfig.java
+1
-0
MyBatisConfig.java
src/main/java/com/ruoyi/framework/config/MyBatisConfig.java
+0
-0
No files found.
src/main/java/com/ruoyi/framework/config/ApplicationConfig.java
View file @
97190e77
...
...
@@ -17,6 +17,7 @@ import org.springframework.context.annotation.EnableAspectJAutoProxy;
@EnableAspectJAutoProxy
(
exposeProxy
=
true
)
// 指定要扫描的Mapper类的包的路径
@MapperScan
(
"com.ruoyi.project.**.mapper"
)
@MapperScan
(
value
=
{
"com.ruoyi.project.**.mapper"
,
"com.ruoyi.adsdesk.mapper"
})
public
class
ApplicationConfig
{
/**
...
...
This diff is collapsed.
Click to expand it.
src/main/java/com/ruoyi/framework/config/MyBatisConfig.java
View file @
97190e77
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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