chore: 更新版本号 2.2502.4
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# 版本发布日志
|
# 版本发布日志
|
||||||
|
|
||||||
|
## 2.2502.4-20250228
|
||||||
|
|
||||||
|
- 重构 轻量化适配
|
||||||
|
|
||||||
## 2.2502.3-20250221
|
## 2.2502.3-20250221
|
||||||
|
|
||||||
- 重构 数据库表结构变更
|
- 重构 数据库表结构变更
|
||||||
|
|||||||
2
makefile
2
makefile
@@ -3,7 +3,7 @@
|
|||||||
ProjectL = omc
|
ProjectL = omc
|
||||||
ProjectU = OMC
|
ProjectU = OMC
|
||||||
PROJECT = $(ProjectL)
|
PROJECT = $(ProjectL)
|
||||||
VERSION = 2.2502.3
|
VERSION = 2.2502.4
|
||||||
RelDate = `date +%Y%m%d`
|
RelDate = `date +%Y%m%d`
|
||||||
Release = $(RelDate)
|
Release = $(RelDate)
|
||||||
RelVer = $(VERSION)-$(RelDate)
|
RelVer = $(VERSION)-$(RelDate)
|
||||||
|
|||||||
2
mkpkg.sh
2
mkpkg.sh
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
ProcList="restagent sshsvc"
|
ProcList="restagent sshsvc"
|
||||||
ProjectL=omc
|
ProjectL=omc
|
||||||
VERSION=2.2502.3
|
VERSION=2.2502.4
|
||||||
RelDate=`date +%Y%m%d`
|
RelDate=`date +%Y%m%d`
|
||||||
Release=${RelDate}
|
Release=${RelDate}
|
||||||
RelVer=${VERSION}-${RelDate}
|
RelVer=${VERSION}-${RelDate}
|
||||||
|
|||||||
@@ -31,8 +31,8 @@ rest:
|
|||||||
keyFile: ./etc/certs/omc-server.key
|
keyFile: ./etc/certs/omc-server.key
|
||||||
|
|
||||||
webServer:
|
webServer:
|
||||||
enabled: true
|
enabled: false
|
||||||
rootDir: d:/omc.git/fe.ems.vue3/dist # front-end build dist directory
|
rootDir: d:/omc.git/fe.ems.vue3/dist
|
||||||
listen:
|
listen:
|
||||||
- addr: :80
|
- addr: :80
|
||||||
schema: http
|
schema: http
|
||||||
@@ -49,11 +49,11 @@ database:
|
|||||||
# Default database instance
|
# Default database instance
|
||||||
default:
|
default:
|
||||||
type: "mysql"
|
type: "mysql"
|
||||||
host: "127.0.0.1"
|
host: "192.168.9.58"
|
||||||
port: 33066
|
port: 13306
|
||||||
username: "root"
|
username: "root"
|
||||||
password: "1000omc@kp!"
|
password: "1000omc@kp!"
|
||||||
database: "omc_db"
|
database: "omc_db_lite"
|
||||||
logging: true
|
logging: true
|
||||||
# Built-in lightweight database
|
# Built-in lightweight database
|
||||||
lite:
|
lite:
|
||||||
@@ -68,8 +68,8 @@ redis:
|
|||||||
dataSource:
|
dataSource:
|
||||||
# OMC system db
|
# OMC system db
|
||||||
default:
|
default:
|
||||||
port: 6379 # Redis port
|
port: 16379 # Redis port
|
||||||
host: "127.0.0.1" # Redis host
|
host: "192.168.9.58" # Redis host
|
||||||
password: "helloearth"
|
password: "helloearth"
|
||||||
db: 10 # Redis db_num
|
db: 10 # Redis db_num
|
||||||
# used to specify the default data source for multiple data resourece
|
# used to specify the default data source for multiple data resourece
|
||||||
@@ -87,8 +87,8 @@ mml:
|
|||||||
|
|
||||||
# Tracking configuration
|
# Tracking configuration
|
||||||
trace:
|
trace:
|
||||||
enabled: false
|
enabled: true
|
||||||
host: "127.0.0.1" # Fill in the specific IP address
|
host: "192.168.5.58" # Fill in the specific IP address
|
||||||
port: 33033
|
port: 33033
|
||||||
|
|
||||||
# NE config
|
# NE config
|
||||||
@@ -202,14 +202,3 @@ params:
|
|||||||
testConfig:
|
testConfig:
|
||||||
enabled: false
|
enabled: false
|
||||||
file: ./etc/testconfig.yaml
|
file: ./etc/testconfig.yaml
|
||||||
|
|
||||||
# 静态文件配置, 相对项目根路径或填绝对路径
|
|
||||||
staticFile:
|
|
||||||
# 默认资源,dir目录需要预先创建
|
|
||||||
default:
|
|
||||||
prefix: "/static"
|
|
||||||
dir: "./static"
|
|
||||||
# 文件上传资源目录映射,与项目目录同级
|
|
||||||
upload:
|
|
||||||
prefix: "/upload"
|
|
||||||
dir: "./upload"
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Makefile for rest agent project
|
# Makefile for rest agent project
|
||||||
|
|
||||||
PROJECT = OMC
|
PROJECT = OMC
|
||||||
VERSION = 2.2502.3
|
VERSION = 2.2502.4
|
||||||
PLATFORM = amd64
|
PLATFORM = amd64
|
||||||
ARMPLATFORM = aarch64
|
ARMPLATFORM = aarch64
|
||||||
BUILDDIR = ../../build
|
BUILDDIR = ../../build
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Makefile for OMC-OMC-crontask project
|
# Makefile for OMC-OMC-crontask project
|
||||||
|
|
||||||
PROJECT = OMC
|
PROJECT = OMC
|
||||||
VERSION = 2.2502.3
|
VERSION = 2.2502.4
|
||||||
LIBDIR = be.ems/lib
|
LIBDIR = be.ems/lib
|
||||||
BINNAME = sshsvc
|
BINNAME = sshsvc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user