From c3ee8ec4b289fc945e7d65b1a373e0a19760aa2a Mon Sep 17 00:00:00 2001 From: 64850858 <648540858@qq.com> Date: 星期一, 26 七月 2021 12:30:58 +0800 Subject: [PATCH] 补充sql默认用户 --- pom.xml | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6223945..077f8f1 100644 --- a/pom.xml +++ b/pom.xml @@ -10,8 +10,8 @@ </parent> <groupId>com.genersoft</groupId> - <artifactId>wvp-gb28181</artifactId> - <version>2.0.0</version> + <artifactId>wvp-pro</artifactId> + <version>2.0</version> <name>web video platform</name> <repositories> @@ -44,8 +44,9 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format> + <maven.build.timestamp.format>MMddHHmm</maven.build.timestamp.format> <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> + <jedis-version>3.1.0</jedis-version> <!-- 渚濊禆鐗堟湰 --> <pagehelper.version>5.2.0</pagehelper.version> @@ -80,6 +81,12 @@ <artifactId>spring-boot-starter-security</artifactId> </dependency> + <dependency> + <groupId>redis.clients</groupId> + <artifactId>jedis</artifactId> + <version>${jedis-version}</version> + </dependency> + <!-- druid鏁版嵁搴撹繛鎺ユ睜 --> <dependency> <groupId>com.alibaba</groupId> -- Gitblit v1.8.0