From 8ce1d361a9d565b5a8183031427807092ebc96f9 Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Tue, 10 Oct 2023 17:06:49 +0800
Subject: [PATCH] 时区问题修改
---
src/main/resources/application.yml | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 3280d3f..24fb258 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,9 @@
server:
port: 6789
spring:
+ jackson:
+ date-format: yyyy-MM-dd HH:mm:ss
+ time-zone: GMT+8
application:
name: cloud-api-sample
datasource:
@@ -120,7 +123,7 @@
# access-key: admin
# secret-key: 12345678
endpoint: http://dev.jxpskj.com:9000
-# endpoint: https://dev.jxpskj.com:8025
+# endpoint: https://dev.jxpskj.com:8026
access-key: pskj
secret-key: pskj@2021
bucket: cloud-bucket
--
Gitblit v1.9.3