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
1
Merge Requests
1
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
b603ed9f
Commit
b603ed9f
authored
Sep 28, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
57e36b3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
HmPageServiceTest.java
haoban-manage3-service/src/test/java/HmPageServiceTest.java
+10
-0
No files found.
haoban-manage3-service/src/test/java/HmPageServiceTest.java
View file @
b603ed9f
...
...
@@ -29,6 +29,7 @@ import com.gic.haoban.manage.api.service.hm.HmWelcomeRelationApiService;
import
com.gic.haoban.manage.service.pojo.bo.hm.HmWelcomeRelationBO
;
import
com.gic.haoban.manage.service.service.ExternalClerkRelatedService
;
import
com.gic.haoban.manage.service.service.hm.WelcomeRelationService
;
import
com.gic.redis.data.util.RedisUtil
;
@RunWith
(
SpringJUnit4ClassRunner
.
class
)
@ContextConfiguration
(
locations
=
{
"classpath:applicationContext-conf.xml"
})
...
...
@@ -52,6 +53,9 @@ public class HmPageServiceTest {
@Autowired
private
QwFriendApiService
qwFriendApiService
;
@Test
public
void
test
(){
...
...
@@ -66,6 +70,12 @@ public class HmPageServiceTest {
ServiceResponse<Page<HmPageDTO>> pageServiceResponse = pageService.queryPageList(pageQDTO);*/
}
@Test
public
void
setcache
(){
System
.
out
.
println
(
RedisUtil
.
getCache
(
"bgrjswxEnterpriseId"
));
RedisUtil
.
setCache
(
"bgrjswxEnterpriseId"
,
"936299d1b1274fed988f3f7bb7652126,267c13c9a6f049bfacfc05b9419462a1"
);
System
.
out
.
println
(
RedisUtil
.
getCache
(
"bgrjswxEnterpriseId"
));
}
@Test
public
void
entriprise
(){
...
...
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