From 5aeb03bec5bd813eb450d8026b402e9669f2177e Mon Sep 17 00:00:00 2001 From: codx-git <84299905+codx-git@users.noreply.github.com> Date: Wed, 12 Jan 2022 14:58:36 +0800 Subject: [PATCH 01/13] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df3b258..4548874 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,12 @@ DbMigrator设置为启动项,运行 创建module文件夹到aspnet-core文件中(应用模块,应用程序??还不理解) -- add-module module --new --add-to-solution-file -添加了一句话 + +更改为MySQL数据库 +第一 , .entityframeworkcore.entityframeworkcore把其中所有与SQL sever更改为mysql,下载程序包:volo.abp.entityframeworkcore.mysql,卸载SQL serve版本的 + https://blog.csdn.net/weixin_42254467/article/details/107443946 +第二 ,程序包管理控制器执行add-migration '随便名字' + 再执行 update-databaes '随便名字' +第三 ,更改appseting.json中的字符集 +第四 , Dbmigration设置为启动项,执行 +第五 ,HttpAPI.host设置为启动项,执行 From 81ce134e4be267de737f58b6ba8e491fce2549f8 Mon Sep 17 00:00:00 2001 From: codx-git <84299905+codx-git@users.noreply.github.com> Date: Wed, 12 Jan 2022 14:59:27 +0800 Subject: [PATCH 02/13] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4548874..6c55487 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ this is a angular study -创建一个新的 abpframew-angular的web应用项目,前端是angular --- abp new 'yourprojectname' -u angular +创建一个新的 abpframew-angular的web应用项目,前端是angular\n + abp new 'yourprojectname' -u angular\n 通过vs打开aspnet-core项目里的.sln文件 @@ -16,8 +16,8 @@ DbMigrator设置为启动项,运行 更改为MySQL数据库 -第一 , .entityframeworkcore.entityframeworkcore把其中所有与SQL sever更改为mysql,下载程序包:volo.abp.entityframeworkcore.mysql,卸载SQL serve版本的 - https://blog.csdn.net/weixin_42254467/article/details/107443946 +第一 , .entityframeworkcore.entityframeworkcore把其中所有与SQL sever更改为mysql,下载程序包:volo.abp.entityframeworkcore.mysql,卸载SQL serve版本的\n + https://blog.csdn.net/weixin_42254467/article/details/107443946 \n 第二 ,程序包管理控制器执行add-migration '随便名字' 再执行 update-databaes '随便名字' 第三 ,更改appseting.json中的字符集 From 9e45d54f3278eae9a10ba9c5e2901210d98d5b7a Mon Sep 17 00:00:00 2001 From: codx-git <84299905+codx-git@users.noreply.github.com> Date: Wed, 12 Jan 2022 15:00:37 +0800 Subject: [PATCH 03/13] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c55487..6b1f897 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ this is a angular study -创建一个新的 abpframew-angular的web应用项目,前端是angular\n - abp new 'yourprojectname' -u angular\n +创建一个新的 abpframew-angular的web应用项目,前端是angular. + abp new 'yourprojectname' -u angular . 通过vs打开aspnet-core项目里的.sln文件 From 26eeebaddecc0e0d1d63a30d9e5251662f505948 Mon Sep 17 00:00:00 2001 From: codx-git <84299905+codx-git@users.noreply.github.com> Date: Wed, 12 Jan 2022 15:02:03 +0800 Subject: [PATCH 04/13] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b1f897..4ff0fe2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ this is a angular study -创建一个新的 abpframew-angular的web应用项目,前端是angular. - abp new 'yourprojectname' -u angular . +创建一个新的 abpframew-angular的web应用项目,前端是angular + abp new 'yourprojectname' -u angular 通过vs打开aspnet-core项目里的.sln文件 @@ -16,8 +16,8 @@ DbMigrator设置为启动项,运行 更改为MySQL数据库 -第一 , .entityframeworkcore.entityframeworkcore把其中所有与SQL sever更改为mysql,下载程序包:volo.abp.entityframeworkcore.mysql,卸载SQL serve版本的\n - https://blog.csdn.net/weixin_42254467/article/details/107443946 \n +第一 , .entityframeworkcore.entityframeworkcore把其中所有与SQL sever更改为mysql,下载程序包:volo.abp.entityframeworkcore.mysql,卸载SQL serve版本的 + https://blog.csdn.net/weixin_42254467/article/details/107443946 第二 ,程序包管理控制器执行add-migration '随便名字' 再执行 update-databaes '随便名字' 第三 ,更改appseting.json中的字符集 From 93553ab65507fda8650e2776684a3e9108cf8be3 Mon Sep 17 00:00:00 2001 From: codx-git <84299905+codx-git@users.noreply.github.com> Date: Wed, 12 Jan 2022 15:03:31 +0800 Subject: [PATCH 05/13] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ff0fe2..98c86c7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ this is a angular study -创建一个新的 abpframew-angular的web应用项目,前端是angular +创建一个新的 abpframew-angular的web应用项目,前端是angular
abp new 'yourprojectname' -u angular 通过vs打开aspnet-core项目里的.sln文件 @@ -16,8 +16,8 @@ DbMigrator设置为启动项,运行 更改为MySQL数据库 -第一 , .entityframeworkcore.entityframeworkcore把其中所有与SQL sever更改为mysql,下载程序包:volo.abp.entityframeworkcore.mysql,卸载SQL serve版本的 - https://blog.csdn.net/weixin_42254467/article/details/107443946 +第一 , .entityframeworkcore.entityframeworkcore把其中所有与SQL sever更改为mysql,下载程序包:volo.abp.entityframeworkcore.mysql,卸载SQL serve版本的
+ https://blog.csdn.net/weixin_42254467/article/details/107443946
第二 ,程序包管理控制器执行add-migration '随便名字' 再执行 update-databaes '随便名字' 第三 ,更改appseting.json中的字符集 From ac7397a534a2cccd819f2cdef70a21811ccb720b Mon Sep 17 00:00:00 2001 From: codx-git <84299905+codx-git@users.noreply.github.com> Date: Wed, 12 Jan 2022 15:06:52 +0800 Subject: [PATCH 06/13] Update README.md --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 98c86c7..d6934ff 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,21 @@ this is a angular study -创建一个新的 abpframew-angular的web应用项目,前端是angular
- abp new 'yourprojectname' -u angular - -通过vs打开aspnet-core项目里的.sln文件 - -DbMigrator设置为启动项,运行 -.host设置为启动项,运行 +**创建一个新的 abpframew-angular的web应用项目**
+第一 , abp new 'yourprojectname' -u angular
+第二 , 通过vs打开aspnet-core项目里的.sln文件
+第三 , DbMigrator设置为启动项,运行.host设置为启动项,运行
创建module文件夹到aspnet-core文件中(应用模块,应用程序??还不理解) -- add-module module --new --add-to-solution-file -更改为MySQL数据库 +**更改为MySQL数据库** 第一 , .entityframeworkcore.entityframeworkcore把其中所有与SQL sever更改为mysql,下载程序包:volo.abp.entityframeworkcore.mysql,卸载SQL serve版本的
https://blog.csdn.net/weixin_42254467/article/details/107443946
第二 ,程序包管理控制器执行add-migration '随便名字' 再执行 update-databaes '随便名字' -第三 ,更改appseting.json中的字符集 -第四 , Dbmigration设置为启动项,执行 -第五 ,HttpAPI.host设置为启动项,执行 +第三 ,更改appseting.json中的字符集
+第四 , Dbmigration设置为启动项,执行
+第五 ,HttpAPI.host设置为启动项,执行
From 3504c188a0688e682b256907d890b290fea77f86 Mon Sep 17 00:00:00 2001 From: codx-git <84299905+codx-git@users.noreply.github.com> Date: Wed, 12 Jan 2022 15:08:28 +0800 Subject: [PATCH 07/13] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6934ff..a5dccd3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ this is a angular study -**创建一个新的 abpframew-angular的web应用项目**
+##创建一个新的 abpframew-angular的web应用项目
第一 , abp new 'yourprojectname' -u angular
第二 , 通过vs打开aspnet-core项目里的.sln文件
第三 , DbMigrator设置为启动项,运行.host设置为启动项,运行
@@ -12,7 +12,7 @@ this is a angular study -- add-module module --new --add-to-solution-file -**更改为MySQL数据库** +##更改为MySQL数据库
第一 , .entityframeworkcore.entityframeworkcore把其中所有与SQL sever更改为mysql,下载程序包:volo.abp.entityframeworkcore.mysql,卸载SQL serve版本的
https://blog.csdn.net/weixin_42254467/article/details/107443946
第二 ,程序包管理控制器执行add-migration '随便名字' From 8e0a3067b81d8e76fed230ac7cb537d6066825ec Mon Sep 17 00:00:00 2001 From: codx-git <84299905+codx-git@users.noreply.github.com> Date: Wed, 12 Jan 2022 15:10:29 +0800 Subject: [PATCH 08/13] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a5dccd3..78a935e 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,18 @@ this is a angular study -##创建一个新的 abpframew-angular的web应用项目
-第一 , abp new 'yourprojectname' -u angular
+## 创建一个新的 abpframew-angular的web应用项目
+第一 , `abp new 'yourprojectname' -u angular`
第二 , 通过vs打开aspnet-core项目里的.sln文件
第三 , DbMigrator设置为启动项,运行.host设置为启动项,运行
创建module文件夹到aspnet-core文件中(应用模块,应用程序??还不理解) --- add-module module --new --add-to-solution-file +`add-module module --new --add-to-solution-file` -##更改为MySQL数据库
-第一 , .entityframeworkcore.entityframeworkcore把其中所有与SQL sever更改为mysql,下载程序包:volo.abp.entityframeworkcore.mysql,卸载SQL serve版本的
+## 更改为MySQL数据库
+第一 , .entityframeworkcore.entityframeworkcore把其中所有与SQL sever更改为mysql,下载程序包:`volo.abp.entityframeworkcore.mysql`,卸载SQL serve版本的
https://blog.csdn.net/weixin_42254467/article/details/107443946
第二 ,程序包管理控制器执行add-migration '随便名字' 再执行 update-databaes '随便名字' From 6cb7e3596e41eccaa087eb55331a1f92d8e5f122 Mon Sep 17 00:00:00 2001 From: codx-git <84299905+codx-git@users.noreply.github.com> Date: Wed, 12 Jan 2022 15:12:20 +0800 Subject: [PATCH 09/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78a935e..63658cb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ this is a angular study 第三 , DbMigrator设置为启动项,运行.host设置为启动项,运行
-创建module文件夹到aspnet-core文件中(应用模块,应用程序??还不理解) +创建module文件夹到aspnet-core文件中(应用模块,应用程序??还不理解)
`add-module module --new --add-to-solution-file` From c608c6918bddf6d0877096cc2d7e146847fff0a8 Mon Sep 17 00:00:00 2001 From: codx-git <84299905+codx-git@users.noreply.github.com> Date: Wed, 12 Jan 2022 16:42:47 +0800 Subject: [PATCH 10/13] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63658cb..05a0ab3 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ this is a angular study ## 更改为MySQL数据库
第一 , .entityframeworkcore.entityframeworkcore把其中所有与SQL sever更改为mysql,下载程序包:`volo.abp.entityframeworkcore.mysql`,卸载SQL serve版本的
https://blog.csdn.net/weixin_42254467/article/details/107443946
-第二 ,程序包管理控制器执行add-migration '随便名字' - 再执行 update-databaes '随便名字' +第二 ,程序包管理控制器执行`add-migration '随便名字'` + 再执行` update-databaes '随便名字'` 第三 ,更改appseting.json中的字符集
第四 , Dbmigration设置为启动项,执行
第五 ,HttpAPI.host设置为启动项,执行
From 7b6cca6cc30e7bfc41fa9a5f6c5fbd1855d2bdf7 Mon Sep 17 00:00:00 2001 From: codx-git <84299905+codx-git@users.noreply.github.com> Date: Thu, 13 Jan 2022 09:54:02 +0800 Subject: [PATCH 11/13] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05a0ab3..5414988 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,9 @@ this is a angular study ## 更改为MySQL数据库
第一 , .entityframeworkcore.entityframeworkcore把其中所有与SQL sever更改为mysql,下载程序包:`volo.abp.entityframeworkcore.mysql`,卸载SQL serve版本的
https://blog.csdn.net/weixin_42254467/article/details/107443946
-第二 ,程序包管理控制器执行`add-migration '随便名字'` - 再执行` update-databaes '随便名字'` +第二 ,程序包管理控制器执行,默认项目选择`entityframeworkcore`
+`add-migration '随便名字'` 遇到Build failed的时候重新生成项目
+再执行` update-databaes '随便名字'`
第三 ,更改appseting.json中的字符集
第四 , Dbmigration设置为启动项,执行
第五 ,HttpAPI.host设置为启动项,执行
From cd7a5859e3d5622e7f755ab8ef99a18bfe3bdccd Mon Sep 17 00:00:00 2001 From: codx-git <2621055399@qq.com> Date: Thu, 13 Jan 2022 16:33:52 +0800 Subject: [PATCH 12/13] new read --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5414988..72b401a 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,17 @@ this is a angular study ## 更改为MySQL数据库
-第一 , .entityframeworkcore.entityframeworkcore把其中所有与SQL sever更改为mysql,下载程序包:`volo.abp.entityframeworkcore.mysql`,卸载SQL serve版本的
+第一 , .entityframeworkcore.entityframeworkcore把其中所有与SQL sever更改为mysql,下载程序包:
+ `volo.abp. entityframeworkcore.mysql`
+ 卸载SQL serve版本的
https://blog.csdn.net/weixin_42254467/article/details/107443946
第二 ,程序包管理控制器执行,默认项目选择`entityframeworkcore`
-`add-migration '随便名字'` 遇到Build failed的时候重新生成项目
-再执行` update-databaes '随便名字'`
+ `add-migration '随便名字'` 遇到Build failed的时候重新生成项目
+ 再执行` update-databaes '随便名字'`
第三 ,更改appseting.json中的字符集
第四 , Dbmigration设置为启动项,执行
第五 ,HttpAPI.host设置为启动项,执行
+ + +## 添加一个API ## + https://docs.abp.io/zh-Hans/abp/latest/Tutorials/Todo/Index?UI=NG&DB=EF \ No newline at end of file From fcb3f5b0c95c9652e950d38447c7ec8d346b7710 Mon Sep 17 00:00:00 2001 From: codx-git <2621055399@qq.com> Date: Sat, 15 Jan 2022 13:38:27 +0800 Subject: [PATCH 13/13] fix readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72b401a..2a48194 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ this is a angular study 创建module文件夹到aspnet-core文件中(应用模块,应用程序??还不理解)
-`add-module module --new --add-to-solution-file` +`abp add-module module --new --add-to-solution-file`
+https://github.com/antosubash/NewModuleWithTieredAbpApp ## 更改为MySQL数据库
@@ -26,4 +27,4 @@ this is a angular study ## 添加一个API ## - https://docs.abp.io/zh-Hans/abp/latest/Tutorials/Todo/Index?UI=NG&DB=EF \ No newline at end of file + https://docs.abp.io/zh-Hans/abp/latest/Tutorials/Todo/Index?UI=NG&DB=EF