Commit 20f848bcecc884892dbd3a604879f597cf2681f5
1 parent
f875c1da
修改打包方式
Showing
2 changed files
with
1 additions
and
13 deletions
README.md
| @@ -34,7 +34,7 @@ WEB VIDEO PLATFORM譏ッ荳荳ェ蝓コ莠雑B28181-2016譬螳樒鴫逧ス醍サ懆ァ「大ケウ蜿ー | @@ -34,7 +34,7 @@ WEB VIDEO PLATFORM譏ッ荳荳ェ蝓コ莠雑B28181-2016譬螳樒鴫逧ス醍サ懆ァ「大ケウ蜿ー | ||
| 34 | 7. 謾ッ謖夐%蟄千岼蠖墓衍隸「; | 34 | 7. 謾ッ謖夐%蟄千岼蠖墓衍隸「; |
| 35 | 8. 謾ッ謖「dp/tcp蝗ス譬オ∽シ霎捺ィ。蠑; | 35 | 8. 謾ッ謖「dp/tcp蝗ス譬オ∽シ霎捺ィ。蠑; |
| 36 | 9. 謾ッ謖∫峩謗・霎灘RTSP縲ヽTMP縲?TTP-FLV縲仝ebsocket-FLV縲?LS螟夂ァ榊刻隶ョ豬∝慍蝮 | 36 | 9. 謾ッ謖∫峩謗・霎灘RTSP縲ヽTMP縲?TTP-FLV縲仝ebsocket-FLV縲?LS螟夂ァ榊刻隶ョ豬∝慍蝮 |
| 37 | -10. 謾ッ謖∝嵜譬ス醍サ懈。譌カ | 37 | +10. 謾ッ謖∝嵜譬ス醍サ懈。譌カ |
| 38 | 38 | ||
| 39 | # 蠕ョ樒鴫 | 39 | # 蠕ョ樒鴫 |
| 40 | 荳顔コァ郤ァ閨 | 40 | 荳顔コァ郤ァ閨 |
pom.xml
| @@ -163,7 +163,6 @@ | @@ -163,7 +163,6 @@ | ||
| 163 | 163 | ||
| 164 | <build> | 164 | <build> |
| 165 | <plugins> | 165 | <plugins> |
| 166 | - | ||
| 167 | <plugin> | 166 | <plugin> |
| 168 | <groupId>org.springframework.boot</groupId> | 167 | <groupId>org.springframework.boot</groupId> |
| 169 | <artifactId>spring-boot-maven-plugin</artifactId> | 168 | <artifactId>spring-boot-maven-plugin</artifactId> |
| @@ -177,16 +176,6 @@ | @@ -177,16 +176,6 @@ | ||
| 177 | <configuration> | 176 | <configuration> |
| 178 | <source>1.8</source> | 177 | <source>1.8</source> |
| 179 | <target>1.8</target> | 178 | <target>1.8</target> |
| 180 | - <webResources> | ||
| 181 | - <resource> | ||
| 182 | - <directory>${project.basedir}/libs</directory> | ||
| 183 | - <targetPath>WEB-INF/lib</targetPath> | ||
| 184 | - <filtering>true</filtering> | ||
| 185 | - <includes> | ||
| 186 | - <include>**/*.jar</include> | ||
| 187 | - </includes> | ||
| 188 | - </resource> | ||
| 189 | - </webResources> | ||
| 190 | </configuration> | 179 | </configuration> |
| 191 | </plugin> | 180 | </plugin> |
| 192 | 181 | ||
| @@ -194,7 +183,6 @@ | @@ -194,7 +183,6 @@ | ||
| 194 | <groupId>org.apache.maven.plugins</groupId> | 183 | <groupId>org.apache.maven.plugins</groupId> |
| 195 | <artifactId>maven-surefire-plugin</artifactId> | 184 | <artifactId>maven-surefire-plugin</artifactId> |
| 196 | </plugin> | 185 | </plugin> |
| 197 | - | ||
| 198 | </plugins> | 186 | </plugins> |
| 199 | </build> | 187 | </build> |
| 200 | </project> | 188 | </project> |