Project

General

Profile

New Function #147

Updated by Deca Park 10 months ago

<p>1.Context</p> 

 <p>&nbsp; 1) dev server<br /> 
 &nbsp; &nbsp; &nbsp;-&nbsp;no server : no context<br /> 
 &nbsp; &nbsp; &nbsp;- ADMIN url: http://210.123.124.139:8084/<br /> 
 &nbsp; 2) prod server<br /> 
 &nbsp; &nbsp; - context: /admin<br /> 
 &nbsp; &nbsp; - ADMIN url:&nbsp;http://plus.storyway.co.kr/admin/</p> 

 <p>2.All controller</p> 

 <p>&nbsp; 1) redirect page<br /> 
 &nbsp; &nbsp; <strong>a) As-Is<br /> 
 &nbsp; &nbsp; &nbsp; - ex) return &quot;redirect:/onlineProduct?&quot; + getPageParams(params);<br /> 
 &nbsp; &nbsp; b) To-be<br /> 
 &nbsp; &nbsp; &nbsp; - redirect with context</strong></p> 

Back