Commit 7a5a4c30 by 吴迪

【修改】修改手机匹配规则

parent d29d71e5
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
<packaging>jar</packaging> <packaging>jar</packaging>
<description>GS1OfficeWebSit</description> <description>GS1OfficeWebSit</description>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
...@@ -307,6 +309,11 @@ ...@@ -307,6 +309,11 @@
<version>2.2.0-SNAPSHOT</version> <version>2.2.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency>
<groupId>p6spy</groupId>
<artifactId>p6spy</artifactId>
<version>3.8.1</version>
</dependency>
</dependencies> </dependencies>
...@@ -408,4 +415,5 @@ ...@@ -408,4 +415,5 @@
</pluginRepository> </pluginRepository>
</pluginRepositories> </pluginRepositories>
</project> </project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment