# SGC ## Portal ### Real * IP : 211.38.140.245 * Web Domain : [portal.sgc.co.kr](https://portal.sgc.co.kr/websquare) * Mobile Domain : [mportal.sgc.co.kr](https://mportal.sgc.co.kr/mobile) ### Develop * IP : 211.38.140.247 * Web Domain : [portal2.sgc.co.kr](https://portal2.sgc.co.kr/websquare) * Mobile Domain : [mportal2.sgc.co.kr](https://mportal2.sgc.co.kr/mobile) ### Local-Develop * IP : 127.0.0.1 * Web Domain : [web](http://localhost:9099/websquare/) * Mobile Domain : [mobile](http://localhost:9099/mobile/) ## As (협력업체) ### Real * IP : 211.38.140.245 * Web Domain : [as.sgcetec.co.kr](https://as.sgcetec.co.kr/websquare) * Mobile Domain : [mas.sgcetec.co.kr](https://mas.sgcetec.co.kr/mobile) ### Develop * IP : 211.38.140.247 * Web Domain : [as2.sgcetec.co.kr](https://as2.sgcetec.co.kr/websquare) * Mobile Domain : [mas2.sgcetec.co.kr](https://mas2.sgcetec.co.kr/mobile) ### Local-Develop * IP : 127.0.0.1 * Web Domain : [web](http://localhost:9099/websquare/?w2xIsAs=true) * Mobile Domain : [mobile](http://localhost:9099/mobile/?w2xIsAs=true) ### Local Dev Id/PW * Portal : SGC 이테크 건설 / admin / sgc1234!@ * As : SGC 이테크 건설 / dooin3223 / sgc1234!@ ## Sample ### Jquery Mobile * IP : 127.0.0.1 * Web Domain : [Web Demo](https://jquerymobile.com/) * Local : [Local Demo](http://localhost:9099/mobile/demo/) * map : [Naver Map](http://localhost:9099/websquare/#map) ## Eclipse Mobile Exclude ### Mobile Project (Resource/Resource Filters) * mobile-src (Exclude All/Folder/Name) ## Window Local Hosts /window/system32/drivers/etc/hosts ```shell 127.0.0.1 as-localhost 127.0.0.1 mas-localhost 127.0.0.1 portal-localhost 127.0.0.1 mportal-localhost ``` ## Gen Vo Tip ```shell #Vo 교체 ([a-z0-9]+) is '([^']+)'; /**\n * $2\n */\n private String $1;\n ```