Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
public-platform
Overview
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
chenzy
public-platform
Commits
ccb63035
Commit
ccb63035
authored
Jan 15, 2024
by
lanmw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
1055f81c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
pom.xml
runtime/pom.xml
+5
-0
AuthService.java
.../keymobile/publicplatform/runtime/remote/AuthService.java
+2
-2
No files found.
runtime/pom.xml
View file @
ccb63035
...
@@ -149,6 +149,11 @@
...
@@ -149,6 +149,11 @@
<artifactId>
commons-lang3
</artifactId>
<artifactId>
commons-lang3
</artifactId>
<version>
3.12.0
</version>
<version>
3.12.0
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.github.wenhao
</groupId>
<artifactId>
jpa-spec
</artifactId>
<version>
3.1.0
</version>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
...
runtime/src/main/java/com/keymobile/publicplatform/runtime/remote/AuthService.java
View file @
ccb63035
...
@@ -8,8 +8,8 @@ import org.springframework.web.bind.annotation.RequestParam;
...
@@ -8,8 +8,8 @@ import org.springframework.web.bind.annotation.RequestParam;
import
java.util.List
;
import
java.util.List
;
@FeignClient
(
value
=
"authService"
,
url
=
"http://${dg.authservice.name:authservice-service}.${dg.namespace:data-governance}:${dg.authservice.port:8080}"
)
//
@FeignClient(value = "authService", url = "http://${dg.authservice.name:authservice-service}.${dg.namespace:data-governance}:${dg.authservice.port:8080}")
//@FeignClient(value = "authService", url = "http://127.0.0.1:8077
")
@FeignClient
(
value
=
"authService
"
)
public
interface
AuthService
{
public
interface
AuthService
{
// 根据用户username获取用户
// 根据用户username获取用户
@RequestMapping
(
value
=
"/users/findByName"
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
value
=
"/users/findByName"
,
method
=
RequestMethod
.
GET
)
...
...
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