This is an automated email from the ASF dual-hosted git repository.

bhliva pushed a commit to branch feature/projects
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/feature/projects by this push:
     new b94583e  DLAB-000 added configuration for prod module
b94583e is described below

commit b94583ec797215406d1c672c6d12326ff544b454
Author: bhliva <[email protected]>
AuthorDate: Fri May 31 11:55:07 2019 +0300

    DLAB-000 added configuration for prod module
---
 .../main/java/com/epam/dlab/backendapi/modules/ProductionModule.java  | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/services/self-service/src/main/java/com/epam/dlab/backendapi/modules/ProductionModule.java
 
b/services/self-service/src/main/java/com/epam/dlab/backendapi/modules/ProductionModule.java
index 7db5b26..2ed65c4 100644
--- 
a/services/self-service/src/main/java/com/epam/dlab/backendapi/modules/ProductionModule.java
+++ 
b/services/self-service/src/main/java/com/epam/dlab/backendapi/modules/ProductionModule.java
@@ -87,5 +87,9 @@ public class ProductionModule extends 
ModuleBase<SelfServiceApplicationConfigura
                
bind(ApplicationSettingService.class).to(ApplicationSettingServiceImpl.class);
                bind(UserSettingService.class).to(UserSettingServiceImpl.class);
                bind(GuacamoleService.class).to(GuacamoleServiceImpl.class);
+               bind(EndpointService.class).to(EndpointServiceImpl.class);
+               bind(EndpointDAO.class).to(EndpointDAOImpl.class);
+               bind(ProjectService.class).to(ProjectServiceImpl.class);
+               bind(ProjectDAO.class).to(ProjectDAOImpl.class);
        }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to