구조작업 상담가이드
parent
ebce720901
commit
961f79a1ed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,20 +0,0 @@
|
|||||||
package com.icomsys.main_vm.biz.addr.AddrAddrRealtimeList.controller;
|
|
||||||
|
|
||||||
import lombok.RequiredArgsConstructor;
|
|
||||||
import lombok.extern.slf4j.Slf4j;
|
|
||||||
import org.springframework.stereotype.Controller;
|
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
|
||||||
|
|
||||||
@Controller
|
|
||||||
@Slf4j
|
|
||||||
@RequiredArgsConstructor
|
|
||||||
@RequestMapping("/admin/addr/addrbot/addrRealtimeList")
|
|
||||||
public class AddrAddrRealtimeListController {
|
|
||||||
|
|
||||||
@GetMapping("/manage.do")
|
|
||||||
public String AddrAddrRealtimeList() {
|
|
||||||
return "/adm/addr/AddrAddrRealtimeList/AddrAddrRealtimeList";
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -1,21 +0,0 @@
|
|||||||
package com.icomsys.main_vm.biz.addr.AddrManageAddrProcess.controller;
|
|
||||||
|
|
||||||
import lombok.RequiredArgsConstructor;
|
|
||||||
import lombok.extern.slf4j.Slf4j;
|
|
||||||
import org.springframework.stereotype.Controller;
|
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
|
||||||
|
|
||||||
@Controller
|
|
||||||
@Slf4j
|
|
||||||
@RequiredArgsConstructor
|
|
||||||
@RequestMapping("/admin/addr/addrbot/manageAddrProcess")
|
|
||||||
public class AddrManageAddrProcessController {
|
|
||||||
|
|
||||||
@GetMapping("/manage.do")
|
|
||||||
public String AddrManageAddrProcess() {
|
|
||||||
return "/adm/addr/AddrManageAddrProcess/AddrManageAddrProcess";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
@ -1,21 +0,0 @@
|
|||||||
package com.icomsys.main_vm.biz.addr.AddrManageBuildType.controller;
|
|
||||||
|
|
||||||
import lombok.RequiredArgsConstructor;
|
|
||||||
import lombok.extern.slf4j.Slf4j;
|
|
||||||
import org.springframework.stereotype.Controller;
|
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
|
||||||
|
|
||||||
@Controller
|
|
||||||
@Slf4j
|
|
||||||
@RequiredArgsConstructor
|
|
||||||
@RequestMapping("/admin/addr/addrbot/manageBuildType")
|
|
||||||
public class AddrManageBuildTypeController {
|
|
||||||
|
|
||||||
@GetMapping("/manage.do")
|
|
||||||
public String AddrManageBuildType() {
|
|
||||||
return "/adm/addr/AddrManageBuildType/AddrManageBuildType";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
@ -1,21 +0,0 @@
|
|||||||
package com.icomsys.main_vm.biz.addr.AddrManageJusoUpload.controller;
|
|
||||||
|
|
||||||
import lombok.RequiredArgsConstructor;
|
|
||||||
import lombok.extern.slf4j.Slf4j;
|
|
||||||
import org.springframework.stereotype.Controller;
|
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
|
||||||
|
|
||||||
@Controller
|
|
||||||
@Slf4j
|
|
||||||
@RequiredArgsConstructor
|
|
||||||
@RequestMapping("/admin/addr/addrbot/manageJusoUpload")
|
|
||||||
public class AddrManageJusoUploadController {
|
|
||||||
|
|
||||||
@GetMapping("/manage.do")
|
|
||||||
public String AddrManageJusoUpload() {
|
|
||||||
return "/adm/addr/AddrManageJusoUpload/AddrManageJusoUpload";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
@ -1,20 +0,0 @@
|
|||||||
package com.icomsys.main_vm.biz.addr.AddrbotManageAddrSection.controller;
|
|
||||||
|
|
||||||
import lombok.RequiredArgsConstructor;
|
|
||||||
import lombok.extern.slf4j.Slf4j;
|
|
||||||
import org.springframework.stereotype.Controller;
|
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
|
||||||
|
|
||||||
@Controller
|
|
||||||
@Slf4j
|
|
||||||
@RequiredArgsConstructor
|
|
||||||
@RequestMapping("/admin/addr/addrbot/manageAddrSection")
|
|
||||||
public class AddrbotManageAddrSectionController {
|
|
||||||
|
|
||||||
@GetMapping("/manage.do")
|
|
||||||
public String AddrbotManageAddrSection() {
|
|
||||||
return "/adm/addr/AddrbotManageAddrSection/AddrbotManageAddrSection";
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -1,21 +0,0 @@
|
|||||||
package com.icomsys.main_vm.biz.addr.AddrbotManageBuildName.controller;
|
|
||||||
|
|
||||||
import lombok.RequiredArgsConstructor;
|
|
||||||
import lombok.extern.slf4j.Slf4j;
|
|
||||||
import org.springframework.stereotype.Controller;
|
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
|
||||||
|
|
||||||
@Controller
|
|
||||||
@Slf4j
|
|
||||||
@RequiredArgsConstructor
|
|
||||||
@RequestMapping("/admin/addr/addrbot/manageBuildName")
|
|
||||||
public class AddrbotManageBuildNameController {
|
|
||||||
|
|
||||||
@GetMapping("/manage.do")
|
|
||||||
public String AddrbotManageBuildName() {
|
|
||||||
return "/adm/addr/AddrbotManageBuildName/AddrbotManageBuildName";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
@ -1,21 +0,0 @@
|
|||||||
package com.icomsys.main_vm.biz.addr.AddrbotManageSynonym.controller;
|
|
||||||
|
|
||||||
import lombok.RequiredArgsConstructor;
|
|
||||||
import lombok.extern.slf4j.Slf4j;
|
|
||||||
import org.springframework.stereotype.Controller;
|
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
|
||||||
|
|
||||||
@Controller
|
|
||||||
@Slf4j
|
|
||||||
@RequiredArgsConstructor
|
|
||||||
@RequestMapping("/admin/addr/addrbot/manageSynonym")
|
|
||||||
public class AddrbotManageSynonymController {
|
|
||||||
|
|
||||||
@GetMapping("/manage.do")
|
|
||||||
public String AddrbotManageSynonym() {
|
|
||||||
return "/adm/addr/AddrbotManageSynonym/AddrbotManageSynonym";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
@ -0,0 +1,7 @@
|
|||||||
|
package com.icomsys.main_vm.biz.addr.buildname.controller;
|
||||||
|
|
||||||
|
|
||||||
|
public class AddrBuildnameController {
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -0,0 +1,58 @@
|
|||||||
|
package com.icomsys.main_vm.biz.common.view;
|
||||||
|
|
||||||
|
|
||||||
|
import lombok.RequiredArgsConstructor;
|
||||||
|
import lombok.extern.slf4j.Slf4j;
|
||||||
|
import org.springframework.stereotype.Controller;
|
||||||
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
|
|
||||||
|
@Controller
|
||||||
|
@Slf4j
|
||||||
|
@RequiredArgsConstructor
|
||||||
|
@RequestMapping("/view/addr")
|
||||||
|
public class ViewAddrController {
|
||||||
|
|
||||||
|
@GetMapping(value = "/section")
|
||||||
|
public String addrSection() {
|
||||||
|
return "layout/menu/addr/section";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/buildname")
|
||||||
|
public String addrBuildname() {
|
||||||
|
return "layout/menu/addr/buildname";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/synonym")
|
||||||
|
public String addrSynonym() {
|
||||||
|
return "layout/menu/addr/synonym";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/buildtype")
|
||||||
|
public String addrBuildtype() {
|
||||||
|
return "layout/menu/addr/buildtype";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/jusoupload")
|
||||||
|
public String addrJusoupload() {
|
||||||
|
return "layout/menu/addr/jusoupload";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/process")
|
||||||
|
public String addrProcess() {
|
||||||
|
return "layout/menu/addr/process";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/search")
|
||||||
|
public String addrSearch() {
|
||||||
|
return "layout/menu/addr/search";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/natural")
|
||||||
|
public String addrNatural() {
|
||||||
|
return "layout/menu/addr/natural";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,104 @@
|
|||||||
|
package com.icomsys.main_vm.biz.common.view;
|
||||||
|
|
||||||
|
|
||||||
|
import lombok.RequiredArgsConstructor;
|
||||||
|
import lombok.extern.slf4j.Slf4j;
|
||||||
|
import org.springframework.stereotype.Controller;
|
||||||
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
|
|
||||||
|
@Controller
|
||||||
|
@Slf4j
|
||||||
|
@RequiredArgsConstructor
|
||||||
|
@RequestMapping("/view/guide")
|
||||||
|
public class ViewGuideController {
|
||||||
|
|
||||||
|
@GetMapping(value = "/realtime")
|
||||||
|
public String guideRealtime() {
|
||||||
|
return "layout/menu/guide/realtime";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/adminmonitoring")
|
||||||
|
public String guideAdminmonitoring() {
|
||||||
|
return "layout/menu/guide/adminmonitoring";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/history/list")
|
||||||
|
public String guideHistoryList() {
|
||||||
|
return "layout/menu/guide/history/list";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/history/outbox")
|
||||||
|
public String guideHistoryOutbox() {
|
||||||
|
return "layout/menu/guide/history/outbox";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/history/inbox")
|
||||||
|
public String guideHistoryInbox() {
|
||||||
|
return "layout/menu/guide/history/inbox";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/contents/search")
|
||||||
|
public String guideContentsSerarch() {
|
||||||
|
return "layout/menu/guide/contents/search";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/contents/manage")
|
||||||
|
public String guideContentsManage() {
|
||||||
|
return "layout/menu/guide/contents/manage";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/contents/evaluation")
|
||||||
|
public String guideContentsEvaluation() {
|
||||||
|
return "layout/menu/guide/contents/evaluation";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/contents/evaluationhistory")
|
||||||
|
public String guideContentsEvaluationhistory() {
|
||||||
|
return "layout/menu/guide/contents/evaluationhistory";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/nlp/conversation")
|
||||||
|
public String guideNlpConversation() {
|
||||||
|
return "layout/menu/guide/nlp/conversation";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/nlp/entity")
|
||||||
|
public String guideNlpEntity() {
|
||||||
|
return "layout/menu/guide/nlp/entity";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/nlp/conversationhistory")
|
||||||
|
public String guideNlpConversationhistory() {
|
||||||
|
return "layout/menu/guide/nlp/conversationhistory";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/nlp/ml")
|
||||||
|
public String guideNlpMl() {
|
||||||
|
return "layout/menu/guide/nlp/ml";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/nlp/conversationtest")
|
||||||
|
public String guideNlpconversationtest() {
|
||||||
|
return "layout/menu/guide/nlp/conversationtest";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/nlp/dictionary")
|
||||||
|
public String guideNlpdictionary() {
|
||||||
|
return "layout/menu/guide/nlp/dictionary";
|
||||||
|
}
|
||||||
|
|
||||||
|
@GetMapping(value = "/nlp/mlsuggestion")
|
||||||
|
public String guideNlpmlsuggestion() {
|
||||||
|
return "layout/menu/guide/nlp/mlsuggestion";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,12 @@
|
|||||||
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="Content" class="system_management">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p> 주소검색서비스</p>
|
||||||
|
</section>
|
||||||
|
</html>
|
@ -0,0 +1,12 @@
|
|||||||
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="Content" class="system_management">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p> 관리자 모니터링</p>
|
||||||
|
</section>
|
||||||
|
</html>
|
@ -0,0 +1,12 @@
|
|||||||
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="Content" class="system_management">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p> 평가</p>
|
||||||
|
</section>
|
||||||
|
</html>
|
@ -0,0 +1,12 @@
|
|||||||
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="Content" class="system_management">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p> 컨텐츠 평가이력</p>
|
||||||
|
</section>
|
||||||
|
</html>
|
@ -0,0 +1,12 @@
|
|||||||
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="Content" class="system_management">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p> 컨텐츠 관리</p>
|
||||||
|
</section>
|
||||||
|
</html>
|
@ -0,0 +1,12 @@
|
|||||||
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="Content" class="system_management">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p> 컨텐츠조회</p>
|
||||||
|
</section>
|
||||||
|
</html>
|
@ -0,0 +1,12 @@
|
|||||||
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="Content" class="system_management">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p> 수신함</p>
|
||||||
|
</section>
|
||||||
|
</html>
|
@ -0,0 +1,12 @@
|
|||||||
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="Content" class="system_management">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p> 상담이력</p>
|
||||||
|
</section>
|
||||||
|
</html>
|
@ -0,0 +1,12 @@
|
|||||||
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="Content" class="system_management">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p> 전송함</p>
|
||||||
|
</section>
|
||||||
|
</html>
|
@ -0,0 +1,12 @@
|
|||||||
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="Content" class="system_management">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p> 대화의도</p>
|
||||||
|
</section>
|
||||||
|
</html>
|
@ -0,0 +1,12 @@
|
|||||||
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="Content" class="system_management">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p> 대화의도의력</p>
|
||||||
|
</section>
|
||||||
|
</html>
|
@ -0,0 +1,12 @@
|
|||||||
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="Content" class="system_management">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p> 대화의도테스트</p>
|
||||||
|
</section>
|
||||||
|
</html>
|
@ -0,0 +1,12 @@
|
|||||||
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="Content" class="system_management">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p> 고유용어사전</p>
|
||||||
|
</section>
|
||||||
|
</html>
|
@ -0,0 +1,12 @@
|
|||||||
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="Content" class="system_management">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p> 엔티티</p>
|
||||||
|
</section>
|
||||||
|
</html>
|
@ -0,0 +1,12 @@
|
|||||||
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="Content" class="system_management">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p> 기계학습</p>
|
||||||
|
</section>
|
||||||
|
</html>
|
@ -0,0 +1,12 @@
|
|||||||
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="Content" class="system_management">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p> 학습추천</p>
|
||||||
|
</section>
|
||||||
|
</html>
|
@ -0,0 +1,12 @@
|
|||||||
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="Content" class="system_management">
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<p> 실시간상담</p>
|
||||||
|
</section>
|
||||||
|
</html>
|
Loading…
Reference in New Issue