From 538cd905b0819a22651fff47150bb7dfeae45d4a Mon Sep 17 00:00:00 2001
From: zc <zyzc>
Date: 星期一, 17 十一月 2025 08:35:04 +0800
Subject: [PATCH] 111
---
zy-acs-manager/src/main/resources/application.yml | 52 ++++++++++++++++++++++------------------------------
1 files changed, 22 insertions(+), 30 deletions(-)
diff --git a/zy-acs-manager/src/main/resources/application.yml b/zy-acs-manager/src/main/resources/application.yml
index 0047810..83def16 100644
--- a/zy-acs-manager/src/main/resources/application.yml
+++ b/zy-acs-manager/src/main/resources/application.yml
@@ -1,16 +1,18 @@
+
server:
port: 8088
-# 192.168.137.66
spring:
application:
name: @pom.artifactId@
+ profiles:
+ active: dev
mvc:
static-path-pattern: /**
datasource:
driver-class-name: com.mysql.jdbc.Driver
- url: jdbc:mysql://localhost:3306/zy_rcs1?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
+ url: jdbc:mysql://127.0.0.1:3306/ybly?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
username: root
- password: xltys1995
+ password: 34821015
type: com.alibaba.druid.pool.DruidDataSource
druid:
initial-size: 5
@@ -34,24 +36,25 @@
reset-enable: true
login-username: admin
login-password: admin
+ enabled: true
servlet:
multipart:
maxFileSize: 100MB
maxRequestSize: 100MB
jmx:
enabled: false
- mail:
- host: smtp.qq.com
- username:
- password:
- default-encoding: UTF-8
- properties:
- mail:
- smtp:
- auth: true
- socketFactory:
- class: javax.net.ssl.SSLSocketFactory
- port: 465
+
+redis:
+ host: 127.0.0.1
+ password: xltys1995
+ port: 6379
+ max: 30
+ min: 10
+ timeout: 5000
+ index: 3
+
+floyd:
+ enable: false
eureka:
client:
@@ -61,10 +64,10 @@
mybatis-plus:
mapper-locations: classpath:mapper/*/*.xml
-# global-config:
-# field-strategy: 0
+ # global-config:
+ # field-strategy: 0
configuration:
-# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+ # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
map-underscore-to-camel-case: true
cache-enabled: true
global-config:
@@ -76,19 +79,8 @@
logging:
file:
- path: /stock/out/rcs-manager/logs
+ path: stock/out/rcs-manager/logs
-#redis鐨勭浉鍏抽厤缃�
-redis:
- host: localhost
- password: xltys1995
- port: 6379
- max: 30
- min: 10
- timeout: 5000
- index: 3
-
-# 妗嗘灦閰嶇疆
config:
open-office-home: C
swagger-base-package: com.zy.acs
--
Gitblit v1.9.1