Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
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 58cbee4e
authored
Jul 13, 2023
by
chamberone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: user服务微服务调用修复
1 parent
421157ba
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
project-user/src/main/java/com/dituhui/pea/user/Application.java
project-user/src/main/java/com/dituhui/pea/user/Application.java
View file @
58cbee4
...
@@ -7,8 +7,8 @@ import org.springframework.context.annotation.ComponentScan;
...
@@ -7,8 +7,8 @@ import org.springframework.context.annotation.ComponentScan;
import
org.springframework.data.jpa.repository.config.EnableJpaAuditing
;
import
org.springframework.data.jpa.repository.config.EnableJpaAuditing
;
@SpringBootApplication
@SpringBootApplication
@EnableFeignClients
@ComponentScan
(
basePackages
=
"com.dituhui.pea"
)
@ComponentScan
(
basePackages
=
"com.dituhui.pea"
)
@EnableFeignClients
(
basePackages
=
{
"com.dituhui.pea.order"
})
@EnableJpaAuditing
@EnableJpaAuditing
public
class
Application
{
public
class
Application
{
...
...
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