Commit Graph

100 Commits

Author SHA1 Message Date
anjoy8
4ed41818ad Update TasksQz.cs 2020-05-30 15:52:19 +08:00
anjoy8
5d486cf343 get server info
获取服务器信息
2020-05-29 20:24:31 +08:00
anjoy8
d741523a30 Update Blog.Core.Model.csproj 2020-05-25 21:18:19 +08:00
ansonzhang
d80a2f0311
Merge pull request #84 from skang0401/master
Update FrameSeed.cs
2020-05-24 10:04:34 +08:00
Simon
5bcab8e80a Update FrameSeed.cs 2020-05-23 19:31:32 +08:00
anjoy8
7b752536fb sqlsugar mapper much table 2020-05-18 19:40:04 +08:00
Simon
436b99cf0d Update To Support Publish The Release Configuration 2020-05-18 06:55:53 +08:00
Simon
c2ab75b60e 1.Update DbFirstController For Development Environmental;
2.Update FrameSeed To Support MutiDB.
2020-05-18 06:46:08 +08:00
anjoy8
102c6d6bfc Fixed #80 Bug
修复 #80 Bug
2020-05-12 14:50:33 +08:00
anjoy8
0a481fa451 add some console config
增加控制台配置信息的展示
2020-05-09 19:16:11 +08:00
anjoy8
0e4e985473 add keeplive
增加菜单的kekeplive功能
2020-04-27 14:15:58 +08:00
anjoy8
014acfe3b8 Flexible way to handle appsettings.json fetch db scheme (by Simon)
灵活的方式处理appsettings.json获取db方案(作者Simon)
2020-04-24 15:33:49 +08:00
anjoy8
7e8ca10541 add some console.alert
增加输出信息
2020-04-22 23:09:41 +08:00
anjoy8
4d95cf0ee5 Switch between two authorization modes
通过配置,可以随意切换两种授权模式:jwt 和 ids4
2020-04-14 13:28:26 +08:00
anjoy8
5c69acb1d9 Update MyContext.cs 2020-04-09 12:09:48 +08:00
anjoy8
64eac26fe8 add CQRS in master
主分支增加读写分离
2020-04-03 15:33:29 +08:00
anjoy8
60a49d8460 Uniform return format
统一数据返回格式
2020-03-30 16:17:19 +08:00
anjoy8
cb7c68a180 Update FrameSeed.cs 2020-03-29 22:34:18 +08:00
anjoy8
403b30a3ed add quartz.net
增加 任务调度 quartz.net
2020-03-22 22:09:16 +08:00
anjoy
6253407b7b Update FrameSeed.cs
修改生成service层的模板方法名
2020-01-16 17:28:48 +08:00
anjoy
55ae4fbd9b add alert when seeding data
在项目启动的时候,提示数据库信息
2019-12-25 16:02:59 +08:00
anjoy
7a89a4180a Update DBSeed.cs 2019-12-24 13:41:41 +08:00
anjoy
7176aa198c Implement multiple database operations 🍊
实现多个数据库的操作
2019-12-23 18:50:09 +08:00
anjoy
249dfe98e7 Update Blog.Core.Model.csproj 2019-12-20 18:05:51 +08:00
anjoy
ed9a06a4b4 Update MyContext.cs
如果没有配置连接db,默认加载第一个
2019-12-19 17:43:39 +08:00
anjoy
bfbc2410f2 move seed data from git to local
将seed的种子数据,从git远程迁到本地项目wwwroot文件夹
2019-12-18 19:14:21 +08:00
anjoy
b0100b9936 Muti DB Connect (1)
多库操作(二)
2019-12-17 17:26:43 +08:00
ansonzhang
6fcf0b51d1 Muti DB Connect (1)
多库操作一
2019-12-17 08:07:39 +08:00
anjoy
d8e75cb2b9 add nvarchar -> Mysql&sqlserver
修复seed种子数据时候中文乱码问题
2019-12-16 14:31:21 +08:00
ansonzhang
7d6fb526b3 remove columndatatype="nvarchar" 2019-12-13 23:54:55 +08:00
anjoy
40f5356652 fix bug #41
修复 #41 号bug
生成mysql报错
2019-12-12 13:28:03 +08:00
ansonzhang
eede84426e Encapsulated httpHelper according to RestSharp 🌾
基于 RestSharp 封装HttpHelper
2019-12-09 23:18:02 +08:00
ansonzhang
1ecdf1c0cc Update BlogArticle.cs 2019-12-07 20:55:22 +08:00
ansonzhang
567c2271e2 update temple
更新模板
2019-12-07 20:52:12 +08:00
anjoy
42c54920e6 Update the entity -> nvarchar type,create database automatically
更新实体,创建nvarchar类型,并自动生成数据库
2019-12-06 20:38:05 +08:00
anjoy
a72ae8a3a1 Project upgraded to netcore 3.1
项目升级到 netcore 3.1
2019-12-04 12:17:39 +08:00
anjoy
9b77987530 one user can have multiple roles
1、一个用户可以拥有多个角色权限;
2、修复 Bug  #35
2019-12-02 15:07:59 +08:00
ansonzhang
0eb16a0920 Update DBSeed.cs 2019-11-30 19:50:05 +08:00
anjoy
be97ed881e update permission show style
完善一下菜单管理的展示形式
2019-11-28 18:58:33 +08:00
anjoy
a6961c60d1 Rename the blogcore data folder
重命名 seeddata 文件夹,防止自定义模板的时候出错
2019-11-07 15:49:57 +08:00
anjoy
322d5971d5 fix transactions do not work in MSSQL
简单修复了下在SQL server中,事务会出现偶尔无效的问题
2019-10-23 14:09:06 +08:00
anjoy
a1b8497d6a Merge branch 'netcore3.0'
将主分支更新到 3.0
2019-10-21 12:02:14 +08:00
ansonzhang
4e620d93e8 Adjust xnuit test for appveyor 🐬 2019-10-02 22:27:15 +08:00
ansonzhang
bd350a0bde Increase button level permissions 2019-10-01 13:11:53 +08:00
ansonzhang
ed58cbadb4
Update DBSeed.cs 2019-09-27 16:13:43 +08:00
anjoy
660fa596ce Update DBSeed.cs 2019-09-20 18:15:04 +08:00
anjoy
ec7f363da0 Update DBSeed.cs 2019-07-25 15:46:45 +08:00
anjoy
9d8bc8dfc5 Update DBSeed.cs 2019-07-25 15:45:40 +08:00
anjoy8
72fd639566 Test Sqlsugar Multi-table queries 🍵 2019-07-03 23:50:21 +08:00
anjoy8
6955f4a951 Update DBSeed.cs 2019-06-22 13:35:01 +08:00