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
33478e0c
Commit
33478e0c
authored
Aug 22, 2022
by
墨竹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:删除无效代码
parent
948a9778
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
54 deletions
+0
-54
pom.xml
haoban-manage3-operation-web/pom.xml
+0
-17
WebLoginResponse.java
.../com/gic/haoban/manage/web/response/WebLoginResponse.java
+0
-33
dubbo-haoban-manage3-operation-web.xml
...ain/webapp/WEB-INF/dubbo-haoban-manage3-operation-web.xml
+0
-4
No files found.
haoban-manage3-operation-web/pom.xml
View file @
33478e0c
...
...
@@ -96,28 +96,11 @@
</dependency>
<dependency>
<groupId>
com.gic
</groupId>
<artifactId>
haoban-contacts-api
</artifactId>
<version>
${haoban-contacts-api}
</version>
</dependency>
<dependency>
<groupId>
com.gic
</groupId>
<artifactId>
haoban-manage3-api
</artifactId>
<version>
${haoban-manage3-api}
</version>
</dependency>
<dependency>
<groupId>
com.gic
</groupId>
<artifactId>
haoban-manage-api
</artifactId>
<version>
${haoban-manage-api}
</version>
</dependency>
<dependency>
<groupId>
com.gic
</groupId>
<artifactId>
haoban-contacts-manage-api
</artifactId>
<version>
${haoban-contacts-manage-api}
</version>
</dependency>
<dependency>
<groupId>
com.gic
</groupId>
<artifactId>
haoban-operation-api
</artifactId>
<version>
${haoban-operation-api}
</version>
</dependency>
...
...
haoban-manage3-operation-web/src/main/java/com/gic/haoban/manage/web/response/WebLoginResponse.java
deleted
100644 → 0
View file @
948a9778
package
com
.
gic
.
haoban
.
manage
.
web
.
response
;
import
com.gic.haoban.manage.api.dto.EnterpriseDTO
;
import
java.io.Serializable
;
import
java.util.List
;
/**
* Created 2018/12/28.
*
* @author hua
*/
public
class
WebLoginResponse
implements
Serializable
{
private
String
userId
;
private
List
<
EnterpriseDTO
>
enterpriseList
;
public
String
getUserId
()
{
return
userId
;
}
public
void
setUserId
(
String
userId
)
{
this
.
userId
=
userId
;
}
public
List
<
EnterpriseDTO
>
getEnterpriseList
()
{
return
enterpriseList
;
}
public
void
setEnterpriseList
(
List
<
EnterpriseDTO
>
enterpriseList
)
{
this
.
enterpriseList
=
enterpriseList
;
}
}
haoban-manage3-operation-web/src/main/webapp/WEB-INF/dubbo-haoban-manage3-operation-web.xml
View file @
33478e0c
...
...
@@ -14,10 +14,6 @@
<dubbo:application
name=
"haoban-manage3-operation-web"
/>
<dubbo:protocol
name=
"dubbo"
port=
"300112"
/>
<!-- 使用zookeeper注册中心暴露服务地址 -->
<!-- <dubbo:registry address="zookeeper://192.168.1.118:2181" protocol="dubbo" id="localAdd"/> -->
<!--<dubbo:registry address="zookeeper://115.159.182.172:2199" protocol="dubbo" id="remoteAdd"/>-->
<!--<dubbo:registry address="zookeeper://localhost:2181|zookeeper://115.159.182.172:2199" protocol="dubbo"/>-->
<dubbo:reference
interface=
"com.gic.haoban.manage.api.service.StaffApiService"
id=
"staffApiService"
/>
<dubbo:reference
interface=
"com.gic.haoban.manage.api.service.TestApiService"
id=
"testApiService"
/>
...
...
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