Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YOHOBUY
/
yohobuy-union
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ping
9 years ago
Commit
08f9fdc8cc682a20ffe176d1548f03011adc2b62
1 parent
18f3b802
update
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
5 deletions
pom.xml
server/src/main/java/com/yoho/activity/thread/DrawServiceThread.java
web/pom.xml
web/src/main/resources/config.properties
web/src/main/webapp/META-INF/autoconf/config.properties
pom.xml
View file @
08f9fdc
...
...
@@ -52,8 +52,13 @@
<artifactId>
yoho-core-common
</artifactId>
</dependency>
<dependency>
<groupId>
com.yoho.core
</groupId>
<artifactId>
yoho-core-rest-client-simple
</artifactId>
<groupId>
com.netflix.archaius
</groupId>
<artifactId>
archaius-zookeeper
</artifactId>
</dependency>
<dependency>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
</dependency>
<dependency>
<groupId>
com.yoho.core
</groupId>
...
...
server/src/main/java/com/yoho/activity/thread/DrawServiceThread.java
View file @
08f9fdc
...
...
@@ -20,7 +20,6 @@ import org.slf4j.LoggerFactory;
import
com.alibaba.fastjson.JSONObject
;
import
com.netflix.config.DynamicLongProperty
;
import
com.netflix.config.DynamicPropertyFactory
;
import
com.netflix.config.DynamicStringProperty
;
import
com.yoho.core.cache.CacheClient
;
import
com.yoho.core.redis.YHValueOperations
;
...
...
web/pom.xml
View file @
08f9fdc
...
...
@@ -31,6 +31,11 @@
<groupId>
com.yoho.dsf.unions
</groupId>
<artifactId>
yoho-unions-common
</artifactId>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-annotations
</artifactId>
<version>
2.6.0
</version>
</dependency>
</dependencies>
<build>
<finalName>
yoho-unions-web
</finalName>
...
...
web/src/main/resources/config.properties
View file @
08f9fdc
...
...
@@ -21,7 +21,7 @@ redis.proxy.address=192.168.102.217
redis.proxy.port
=
6379
redis.proxy.auth
=
zkAddress
=
127.0.0.1:2181
#
zkAddress=127.0.0.1:2181
# web context
web.context
=
union
...
...
web/src/main/webapp/META-INF/autoconf/config.properties
View file @
08f9fdc
...
...
@@ -23,7 +23,7 @@ redis.readonly.proxy.port=${redis.readonly.proxy.port}
redis.readonly.proxy.auth
=
${redis.readonly.proxy.auth}
#zookeeper地址
zkAddress
=
${zkAddress}
#
zkAddress=${zkAddress}
# web context
web.context
=
union
...
...
Please
register
or
login
to post a comment