Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
service-campaign
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyen Ha
service-campaign
Commits
5b85a21c
Commit
5b85a21c
authored
Aug 12, 2019
by
Vu Duy Anh
Browse files
Options
Browse Files
Download
Plain Diff
anhvd commit acd package
parents
2ab1d4c6
19e9c1cd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/main/java/com/viettel/campaign/web/rest/CustomerController.java
...ava/com/viettel/campaign/web/rest/CustomerController.java
+1
-1
src/main/resources/application.yml
src/main/resources/application.yml
+2
-2
No files found.
src/main/java/com/viettel/campaign/web/rest/CustomerController.java
View file @
5b85a21c
...
@@ -179,7 +179,7 @@ public class CustomerController {
...
@@ -179,7 +179,7 @@ public class CustomerController {
return
new
ResponseEntity
(
result
,
HttpStatus
.
OK
);
return
new
ResponseEntity
(
result
,
HttpStatus
.
OK
);
}
}
@
Pos
tMapping
(
"/getCustomerRecall"
)
@
Ge
tMapping
(
"/getCustomerRecall"
)
@ResponseBody
@ResponseBody
public
ResponseEntity
<
ResultDTO
>
getCustomerRecall
(
@RequestParam
(
"campaignId"
)
Long
campaignId
,
@RequestParam
(
"customerId"
)
Long
customerId
)
{
public
ResponseEntity
<
ResultDTO
>
getCustomerRecall
(
@RequestParam
(
"campaignId"
)
Long
campaignId
,
@RequestParam
(
"customerId"
)
Long
customerId
)
{
ResultDTO
result
=
customerService
.
getCustomerRecall
(
campaignId
,
customerId
);
ResultDTO
result
=
customerService
.
getCustomerRecall
(
campaignId
,
customerId
);
...
...
src/main/resources/application.yml
View file @
5b85a21c
...
@@ -12,8 +12,8 @@ spring:
...
@@ -12,8 +12,8 @@ spring:
datasource2
:
datasource2
:
driver-class-name
:
oracle.jdbc.driver.OracleDriver
driver-class-name
:
oracle.jdbc.driver.OracleDriver
url
:
jdbc:oracle:thin:@10.60.157.135:1521:vt
url
:
jdbc:oracle:thin:@10.60.157.135:1521:vt
username
:
CCMS
_FULL
username
:
ACD
_FULL
password
:
CCMS
_FULL#123
password
:
ACD
_FULL#123
max_pool_size
:
32
max_pool_size
:
32
jpa
:
jpa
:
database-platform
:
org.hibernate.dialect.Oracle10gDialect
database-platform
:
org.hibernate.dialect.Oracle10gDialect
...
...
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