From 3c08d3387d2a3f754e5cf2ac5a1ef7068373bfcc Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期二, 23 四月 2024 19:22:44 +0800
Subject: [PATCH] 1、修改打包配置,使用anywhere部署项目,安装npm i anywhere -g, 启动在dist目录下进入命令提示符 执行 anywhere -p 801 即可
---
hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
index 172c868..3b51bf1 100644
--- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
@@ -12,23 +12,23 @@
username: root
password: beibo.123/
driver-class-name: com.mysql.cj.jdbc.Driver
+ salve_hangzhoumes:
+ url: jdbc:sqlserver://10.153.19.150:1433;databasename=hangzhoumes
+ username: sa
+ password: beibo.123/
+ driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
cloud:
nacos:
discovery:
- server-addr: 192.168.6.128:8848
+ server-addr: 10.153.19.150:8848
application:
name: unLoadGlass
redis:
database: 0
- host: 127.0.0.1
+ host: 10.153.19.150
port: 6379
+ password: 123456
mybatis-plus:
mapper-locations: classpath*:mapper/*.xml
-
-# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- # 璁剧疆 MyBatis 鏃ュ織绾у埆涓� ERROR
-logging:
- level:
- com:
- baomidou:
- mybatisplus=ERROR:
+ configuration:
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
--
Gitblit v1.8.0