pom.xml文件中怎么配置tomcat,使我这个服务只能被一个固定ip访问

<plugin>


            <groupId>org.apache.tomcat.maven</groupId>

            <artifactId>tomcat7-maven-plugin</artifactId>

            <version>2.2</version>

            <configuration>

                <uriEncoding>UTF-8</uriEncoding> 

                <port>8080</port>

                <path>/test</path>

            </configuration>

        </plugin>


当年话下
浏览 450回答 1
1回答

MMMHUHU

hostName<configuration>&nbsp; &nbsp; <uriEncoding>UTF-8</uriEncoding>&nbsp;&nbsp; &nbsp; <hostName>x.x.x.x</hostName>&nbsp; &nbsp; <port>8080</port>&nbsp; &nbsp; <path>/test</path></configuration>
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java