Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
7f4e9048
Commit
7f4e9048
authored
Jul 01, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api
parent
c82018b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
HmLinkController.java
...gic/haoban/manage/web/controller/hm/HmLinkController.java
+9
-0
dubbo-haoban-manage-web.xml
...3-web/src/main/webapp/WEB-INF/dubbo-haoban-manage-web.xml
+1
-1
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/hm/HmLinkController.java
View file @
7f4e9048
package
com
.
gic
.
haoban
.
manage
.
web
.
controller
.
hm
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Controller
;
import
com.gic.haoban.manage.api.service.hm.HmLinkApiService
;
import
com.gic.haoban.manage.web.controller.WebBaseController
;
/**
...
...
@@ -10,6 +14,11 @@ import com.gic.haoban.manage.web.controller.WebBaseController;
* @date 2022年7月1日 下午2:15:39
*
*/
@Controller
public
class
HmLinkController
extends
WebBaseController
{
// com.gic.haoban.manage.api.service.hm.HmLinkApiService
@Autowired
private
HmLinkApiService
hmLinkApiService
;
}
haoban-manage3-web/src/main/webapp/WEB-INF/dubbo-haoban-manage-web.xml
View file @
7f4e9048
...
...
@@ -99,6 +99,6 @@
retries=
"0"
check=
"false"
/>
<dubbo:reference
id=
"clerkMoveService"
interface=
"com.gic.clerk.api.service.ClerkMoveService"
timeout=
"10000"
retries=
"0"
check=
"false"
/>
<dubbo:reference
id=
"storeWidgetService"
interface=
"com.gic.enterprise.api.service.StoreWidgetService"
timeout=
"10000"
retries=
"0"
check=
"false"
/>
<dubbo:reference
id=
"hmLinkApiService"
interface=
"com.gic.haoban.manage.api.service.hm.HmLinkApiService"
timeout=
"10000"
retries=
"0"
check=
"false"
/>
</beans>
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