From a0a3f1a9aadc87da623dfd4545059df3e6419e96 Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Wed, 06 Dec 2023 16:28:59 +0800
Subject: [PATCH] 配置
---
src/main/resources/application-dev.yml | 4 ++--
pom.xml | 2 +-
src/main/resources/application.yml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index f5cee4d..b9b0cca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springblade</groupId>
- <artifactId>BladeX-Boot</artifactId>
+ <artifactId>zttj-java-boot</artifactId>
<packaging>jar</packaging>
<version>3.2.0.RELEASE</version>
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 28dfe4f..03fa400 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -13,9 +13,9 @@
# commandTimeout: 5000
datasource:
# MySql
- url: jdbc:mysql://localhost:3306/bladex_boot?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
+ url: jdbc:mysql://182.106.212.58:3308/ztzh?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
username: root
- password: root
+ password: yshb@123
# PostgreSQL
#url: jdbc:postgresql://127.0.0.1:5432/bladex_boot
#username: postgres
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index b9942e2..1cb50d7 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -184,7 +184,7 @@
single-level: all
#token签名
#使用 @org.springblade.test.SignKeyGenerator 获取
- sign-key: 请配置32位签名
+ sign-key: whV66U6lNblFr51BHS2AO99mDyDW6ZdV
#redis序列化方式
redis:
serializer-type: protostuff
--
Gitblit v1.9.3