Commit Graph

124 Commits

Author SHA1 Message Date
anjoy8
bda0cf026e Update Blog.Core.Repository.csproj 2020-12-03 03:29:19 +00:00
anjoy8
e31fe21b87 Ⓜ️ Inherit MongoDB functionality
集成MongoDb功能
2020-12-03 03:01:58 +00:00
ansonzhang
cb41ccb259 try to use event bus in project
尝试使用事件总线
2020-11-19 11:59:36 +00:00
ansonzhang
47b45a14c9 💯 Migrate to.NET 5.0
迁移到.net 5.0
2020-11-11 12:52:56 +00:00
anjoy8
f2ebb921d5 Update BaseRepository.cs 2020-10-11 10:10:44 +08:00
835318109@qq.com
25887556fe 菜单修改时,批量更新关系表中的接口与菜单的关系 2020-08-15 17:11:08 +08:00
anjoy8
01fedb3996 Update BaseRepository.cs 2020-08-14 12:03:39 +08:00
anjoy8
42369ee018 weakrepo 2020-07-30 18:33:09 +08:00
anjoy8
af0195f47a migrate 2020-07-09 17:50:03 +08:00
anjoy8
8fb8d80f20 rename webapi 2020-06-22 12:04:09 +08:00
anjoy8
17cf90660d test muchtable for page 2020-06-12 18:13:32 +08:00
anjoy8
5d27ef4b6a Reflection generates all models
反射生成全部实体
2020-06-08 13:29:39 +08:00
anjoy8
6819c3a899 remove all no need using
去掉不必要的引用
2020-06-04 22:58:53 +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
f6738efd35 add sql query
增加sql语句查询
2020-04-27 11:27:39 +08:00
anjoy8
7e8ca10541 add some console.alert
增加输出信息
2020-04-22 23:09:41 +08:00
anjoy8
403b30a3ed add quartz.net
增加 任务调度 quartz.net
2020-03-22 22:09:16 +08:00
anjoy
55ae4fbd9b add alert when seeding data
在项目启动的时候,提示数据库信息
2019-12-25 16:02:59 +08:00
anjoy
7176aa198c Implement multiple database operations 🍊
实现多个数据库的操作
2019-12-23 18:50:09 +08:00
anjoy
b0100b9936 Muti DB Connect (1)
多库操作(二)
2019-12-17 17:26:43 +08:00
anjoy
584de77224 Muti DB Connect (1) more 2019-12-17 13:36:36 +08:00
ansonzhang
00b9ec48c0 Multi-table query -> Role Module Map #40 🍈
将授权处理器中的角色菜单关系改造成多表查询。
2019-12-12 23:02:11 +08:00
anjoy
64b8e7a7d6 Revert "Multi-table query -> Role Module Map"
This reverts commit a623ada3d3.
2019-12-12 19:18:03 +08:00
anjoy
a623ada3d3 Multi-table query -> Role Module Map
将授权处理器中的角色菜单关系改造成多表查询。
2019-12-12 18:39:09 +08:00
anjoy
a72ae8a3a1 Project upgraded to netcore 3.1
项目升级到 netcore 3.1
2019-12-04 12:17:39 +08:00
anjoy
58e6af0fa6 add func -> update db without using object
1、新增不使用对象实例来更新数据库数据;
2、完善上传图片接口,一边更好配合editor
3、修复工作单元中 SqlAOP 日志记录
2019-11-21 12:14:41 +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
anjoy
9498a4ffe2 Resolve memory leaks 2019-09-27 14:09:13 +08:00
anjoy8
72fd639566 Test Sqlsugar Multi-table queries 🍵 2019-07-03 23:50:21 +08:00
anjoy8
6aa61ebe32 fixed naming error 🐬 2019-06-20 18:14:48 +08:00
anjoy8
7d05e1b8a4 Update BaseRepository.cs 2019-06-06 18:14:26 +08:00
anjoy8
62f5fc8218 Update BaseRepository.cs 2019-06-01 11:59:54 +08:00
anjoy8
9da9841395 Update BaseRepository.cs 2019-05-28 16:46:23 +08:00
anjoy8
290a24e756 Update NuGet Package && fix SqlSugar exception 💯 2019-05-27 22:44:22 +08:00
anjoy8
6157071020 design queryPage 🔢 2019-05-15 19:09:54 +08:00
anjoy8
0b4c57fb0f add sqlInfo in miniprofiller 2019-04-19 17:36:03 +08:00
anjoy8
d6dfb05998 update logwithlock 🐳 2019-04-18 23:57:00 +08:00
anjoy8
3841e6192b update baseRepository task.run -> sugar itself async 2019-04-18 11:32:22 +08:00
anjoy8
a4d7a6c164 Update DbContext.cs 2019-04-17 15:14:21 +08:00
anjoy8
ce9826b211 move ILoggerHelper to Common 📝 2019-04-17 14:17:14 +08:00
anjoy8
373540631e update seed data 2.0 🆙 2019-04-16 19:08:45 +08:00
anjoy8
d9a89b725a Update DbContext.cs 2019-04-02 01:16:53 +08:00
anjoy8
2989392395 add fuc ->Sql Aop.OnLogExecut 👍 2019-03-30 15:29:58 +08:00
anjoy8
a5b7908d5f Modifying the naming specification 2019-03-25 13:32:52 +08:00
anjoy8
fdb5f72046 update: sql server connection string 2019-03-12 19:31:57 +08:00
anjoy8
a77c22ba2a Modify the database name that appears in the project 2019-03-04 15:05:34 +08:00
anjoy8
11f3c26b19 vue.admin:1.0 bate : done(1) 2019-02-25 17:05:10 +08:00
anjoy8
07779cbe8d vue.admin: permission assign 2019-02-23 22:04:21 +08:00
anjoy8
a575eedf8b vue.admin : add permission repository&service 2019-02-19 19:18:44 +08:00
anjoy8
d52da35a17 update: sqlsugar for modelwithchildren 2019-01-22 00:10:51 +08:00
v-anzha
7300b8022c jwt 3.0 perfect authorize 2018-12-18 19:26:37 +08:00
v-anzha
c922cc08ac fiex dbpassword.txt Exp 2018-12-07 17:06:42 +08:00
v-anzha
678665a9f5 Update the project to the notcore2.2 version 2018-12-07 13:35:11 +08:00
v-anzha
cf1176d27a Update the project to the notcore2.1 version 2018-12-07 13:34:06 +08:00
v-anzha
e754246804 Update the project to the notcore2.1 version 2018-12-07 13:22:46 +08:00
v-anzha
a4b1cc95de update .gitignore 2018-11-22 10:55:19 +08:00
v-anzha
aedd6e9c76 In conjunction with the Vue intermodulation 2018-11-20 18:59:12 +08:00
v-anzha
fd0dbce0da logo 2018-11-14 11:27:09 +08:00
v-anzha
c8a6a105b2 cors - post 2018-11-12 16:58:26 +08:00
v-anzha
31110a852a jwt expired time 2018-11-07 12:54:10 +08:00
v-anzha
5adc877b96 update nuxt about code 2018-09-27 15:56:04 +08:00
v-anzha
cd13fd2baf vuex+jwt login auth 2018-09-17 16:42:16 +08:00
v-anzha
0fad1f50e3 update jwt authhelper 2018-09-04 11:08:35 +08:00
v-anzha
7bf061ac65 .Net Core 2.1 2018-09-03 12:08:15 +08:00
v-anzha
eedcca30d3 automapper use 2018-08-31 13:20:13 +08:00
v-anzha
d1a45b3d07 App file Operation class, AOP add validation, Redis primer 2018-08-29 14:51:35 +08:00
v-anzha
02e4322a84 IoC and AOP 1 2018-08-27 12:04:16 +08:00
v-anzha
b5eaca0ad3 Generic warehousing + Ioc 2018-08-24 14:06:48 +08:00
v-anzha
9aebdd3d5c orm sqlsugar 2018-08-23 13:06:30 +08:00
v-anzha
b9385644a1 repository service 2018-08-22 17:58:21 +08:00
v-anzha
4af081ce91 repository service 2018-08-22 12:18:14 +08:00