Skip to content

Commit

Permalink
refactor metadata (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ authored Jan 12, 2025
2 parents e30f5df + ea5eb0f commit 1d83743
Show file tree
Hide file tree
Showing 227 changed files with 5,283 additions and 4,016 deletions.
2 changes: 1 addition & 1 deletion client/datacap-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.edurt.datacap</groupId>
<artifactId>datacap</artifactId>
<version>2024.4.1</version>
<version>2025.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion configure/etc/bin/install-plugin.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
setlocal EnableDelayedExpansion
set "HOME=%cd%"
set "VERSION=2024.4.1
set "VERSION=2025.1.0
set "CDN_CENTER=https://repo1.maven.org/maven2/io/edurt/datacap"

:: 检查并创建临时目录
Expand Down
2 changes: 1 addition & 1 deletion configure/etc/bin/install-plugin.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

HOME=$(pwd)
VERSION=2024.4.1
VERSION=2025.1.0
CDN_CENTER="https://repo1.maven.org/maven2/io/edurt/datacap"

install_package() {
Expand Down
2 changes: 1 addition & 1 deletion configure/etc/conf/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################### Banner configure #################################
app.version=2024.4.1
app.version=2025.1.0

################################### Basic configure #################################
server.port=9096
Expand Down
21 changes: 21 additions & 0 deletions configure/etc/conf/i18n/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ source.common.statement=SQL Statement
source.common.erDiagram=ER Diagram
source.common.type=Data Source Type
source.common.configures=Configuration Information
source.common.generateData=Generate Data
source.tip.selectSource=Please select a data source.
source.tip.deleteSourceSuccess=Data source [ $NAME ] deleted successfully.
source.tip.deleteAlert1=You are about to delete a data source. This operation will permanently delete all data and configurations related to the data source. Please confirm before proceeding.
Expand Down Expand Up @@ -444,6 +445,26 @@ common.plugin.metadata.url=Metadata URL
common.plugin.metadata.description=Fill in the full path of the address of the metadata, for example, http://127.0.0.1:8080/metadata.json
common.workflow=Workflow
common.format=Format
common.view=View
common.procedure=Procedure
common.primary=Primary
common.index=Index
common.trigger=Trigger
common.charset=Charset
common.collation=Collation
common.dataSize=Data Size
common.indexSize=Index Size
common.totalSize=Total Size
common.tableCount=Table Count
common.columnCount=Column Count
common.indexCount=Index Count
common.viewCount=View Count
common.procedureCount=Procedure Count
common.triggerCount=Trigger Count
common.foreignKeyCount=Foreign Key Count
common.totalCount=Total Count
common.position=Position
common.export=Export
## User i18n
user.common.username=Username
user.common.password=Password
Expand Down
21 changes: 21 additions & 0 deletions configure/etc/conf/i18n/messages_zh-cn.properties
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ source.common.statement=SQL 语句
source.common.erDiagram=ER 图形
source.common.type=数据源类型
source.common.configures=配置信息
source.common.generateData=生成数据
source.tip.selectSource=请选择数据源
source.tip.deleteSourceSuccess=删除数据源 [ $NAME ] 成功
source.tip.deleteAlert1=您正在删除数据源。此操作将永久删除所有与该数据源相关的数据和配置。请务必在继续操作之前确认您的操作。
Expand Down Expand Up @@ -444,6 +445,26 @@ common.plugin.metadata.url=元数据地址
common.plugin.metadata.description=元数据的地址填写完整路径,例如:http://127.0.0.1:8080/metadata.json
common.workflow=工作流
common.format=格式
common.view=视图
common.procedure=存储过程
common.primary=主键
common.index=索引
common.trigger=触发器
common.charset=字符集
common.collation=排序规则
common.dataSize=数据大小
common.indexSize=索引大小
common.totalSize=总大小
common.tableCount=表数量
common.columnCount=列数量
common.indexCount=索引数量
common.viewCount=视图数量
common.procedureCount=存储过程数量
common.triggerCount=触发器数量
common.foreignKeyCount=外键数量
common.totalCount=总数量
common.position=位置
common.export=导出
## User i18n
user.common.username=用户名
user.common.password=密码
Expand Down
Loading

0 comments on commit 1d83743

Please sign in to comment.