parent
5a14a8489f
commit
019b9250d3
4 changed files with 5 additions and 5 deletions
@ -1,4 +1,4 @@ |
|||||||
package com.lq.webUtil.util; |
package com.lq.webutil.util; |
||||||
|
|
||||||
import javax.servlet.http.HttpServletRequest; |
import javax.servlet.http.HttpServletRequest; |
||||||
import java.net.InetAddress; |
import java.net.InetAddress; |
@ -1,4 +1,4 @@ |
|||||||
package com.lq.webUtil.util; |
package com.lq.webutil.util; |
||||||
|
|
||||||
|
|
||||||
import java.io.IOException; |
import java.io.IOException; |
@ -1,4 +1,4 @@ |
|||||||
package com.lq.webUtil.web; |
package com.lq.webutil.web; |
||||||
|
|
||||||
import org.springframework.stereotype.Controller; |
import org.springframework.stereotype.Controller; |
||||||
import org.springframework.web.bind.annotation.RequestMapping; |
import org.springframework.web.bind.annotation.RequestMapping; |
@ -1,6 +1,6 @@ |
|||||||
package com.lq.webUtil.web; |
package com.lq.webutil.web; |
||||||
|
|
||||||
import com.lq.webUtil.util.IPUtil; |
import com.lq.webutil.util.IPUtil; |
||||||
import org.springframework.stereotype.Controller; |
import org.springframework.stereotype.Controller; |
||||||
import org.springframework.ui.Model; |
import org.springframework.ui.Model; |
||||||
import org.springframework.web.bind.annotation.RequestMapping; |
import org.springframework.web.bind.annotation.RequestMapping; |
Loading…
Reference in new issue