Travel-Sample 분석 1. CreateLogin


Travel-Sample 분석 1. CreateLogin

https://docs.couchbase.com/java-sdk/3.0/hello-world/sample-application.htmlCouchbase에서 제공하는 샘플 어플리케이션이다.ReadMe 를 읽어보면다음 작업을 수행해야하는데, $1은 userId(Admin), $2=password, $3=localhost 에 맞춰서 실행하면 된다.# Create User Logic0. /signup url 호출1. UserController Class 의 createLogin method 를 호출2. 위의 메소드에서 user 클래스의 createLogin 호출- UserController source code- Createlogin 부분./api/user/signup URL로 요청이 들어오면, 요청 들어온 매개변수의 데이터를 JsonObject로 담고 User클래스의 createLogin메소드를 호출해 Result Class 타입의 인스턴스..........



원문링크 : Travel-Sample 분석 1. CreateLogin