From 4bf449b155a079a17e125171e274f2ad10bfeccd Mon Sep 17 00:00:00 2001 From: Jackson Date: Wed, 2 Oct 2024 18:20:26 +0800 Subject: [PATCH] update README.md --- README.en.md | 10 +++++----- README.md | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.en.md b/README.en.md index 5567e74..280eced 100644 --- a/README.en.md +++ b/README.en.md @@ -31,7 +31,7 @@ # :exclamation: Project Description: -1. When redeveloping this project, please follow the MIT open-source license. The SunnyUI.Net framework uses the GPL3.0 open-source license, and the SQLSugarORM framework uses the Apache2.0 license. Please be sure to include the corresponding statement in the project introduction. +1. When conducting secondary development of this project, please comply with the MIT open source license. All referenced open source projects adopt their respective open source licenses. When using these open source projects, be sure to include the appropriate declarations in the project description and conduct any open source actions in accordance with their respective licenses. 2. Bugs and comments are welcome! @@ -41,7 +41,7 @@ 5. For MySQL and PostgreSQL databases: - 5.1 If the local database is MySQL, please change the Repository inherited by the business logic class in the Application layer to MysqlRepository, and configure the mysqlString constant database connection string in the Common layer’s HttpHelper. + 5.1 If your local database is MySQL, please pull the [MySQL special branch](https://gitee.com/java-and-net/topsky-hotel-manager-system-web-api/tree/MySQL_Version/). 5.2 If the local database is PostgreSQL, no changes are needed, just configure the pgsqlString constant database connection string in the Common layer’s HttpHelper. @@ -77,9 +77,9 @@ EOM.Client.TopSkyHotelManagerSystem ├─ FodyWeavers.xml ├─ LICENSE ├─ README.md -├─ SYS.Common -├─ SYS.Core -├─ SYS.FormUI +├─ EOM.TSHotelManager.Common +├─ EOM.TSHotelManager.Common.Core +├─ EOM.TSHotelManager.FormUI │ ├─ .gitignore │ ├─ App.config │ ├─ AppFunction diff --git a/README.md b/README.md index f7194e1..2423204 100644 --- a/README.md +++ b/README.md @@ -32,17 +32,17 @@ # :exclamation: 本项目说明: -1、二次开发本项目时请遵照MIT开源协议,SunnyUI.Net框架采用的是GPL3.0开源协议、SQLSugarORM框架采用的是Apache2.0,需要用到时请务必在项目介绍加上对应声明。 +1、在对本项目进行二次开发时,请遵循 MIT 开源协议。所有引用的其他开源项目均采用其各自的开源协议。使用这些开源项目时,请务必在项目介绍中添加相应的声明,并按照各自的开源协议进行开源等操作。 2、有bug欢迎提出issue!或进行评论 -3、本系统95%页面基于SunnyUI.Net控件库进行创建,在此特别声明! +3、本系统UI框架主要基于Sunny.UI和AntdUI进行创建,在此特别声明! 4、关于数据库脚本问题,请先移步至数据库脚本文件夹下,选择Mysql版本或PostgreSQL版本任意文件夹下载Data和Table两个文件,再数据库中先执行Table.sql,再执行Data.sql! 5、针对MySQL和PostgreSQL数据库的说明: - 5.1、本地数据库若为MySQL,则请将Application层里的业务逻辑类继承的Repository改为MysqlRepository,并在Common层对HttpHelper里的mysqlString常量数据库连接字符串进行配置。 + 5.1、本地数据库若为MySQL,请拉取[MySQL专用分支](https://gitee.com/java-and-net/topsky-hotel-manager-system-web-api/tree/MySQL_Version/)。 5.2、本地数据库若为PostgreSQL,则无需进行任何改动,只需要在Common层对HttpHelper里的pgsqlString常量数据库连接字符串进行配置。 @@ -77,9 +77,9 @@ EOM.Client.TopSkyHotelManagerSystem ├─ FodyWeavers.xml ├─ LICENSE ├─ README.md -├─ SYS.Common -├─ SYS.Core -├─ SYS.FormUI +├─ EOM.TSHotelManager.Common +├─ EOM.TSHotelManager.Common.Core +├─ EOM.TSHotelManager.FormUI │ ├─ .gitignore │ ├─ App.config │ ├─ AppFunction -- Gitee