-
abp vNext version:5.1.4
Use the CLI command: "abp net xxx - t module -- no-ui" to create a module. By default, it requires two databases: XXX_ Module and XXX_ Main, is it transactional when the en…
-
你问我为什么abp vnext切换成了新模式,那是因为它选择放弃了传统的不是前后端分离开发,而我的意思是保留了原有的和现在的模式。两种都支持!
这个issue你无需回复了!我对你的技术表示认可,但对你刚刚关闭Issue的行为觉得非常可耻!
-
* ABP Vnext 5.0 beta 3
* MVC
* EF Core
* Exception message and **stack trace** if available (check the logs).
`Unhandled exception. Volo.Abp.AbpInitializationException: An error occurred during Co…
-
I use this post to keep you updated about something I've brought up here: https://github.com/WangJunZzz/abp-vnext-pro/issues/33
I think it could be beneficial if the two projects join forces since …
-
How is abp-vnext-pro different from abp-next-admin (https://github.com/colinin/abp-next-admin) ? May be worth combining efforts?
Google translate:
abp-vnext-pro 與 abp-next-admin (https://github.c…
-
您好! 咨询一些问题,可否在自动创建分表时通过自定义方式创建呢? 目前生产环境是通过存储过程中创建的 牵扯到分区规则索引名称一些细节,另外 我拓展了AbstractTableEnsureManager(此功能是缓存已存在的分表吗,如果我通过自定义方式创建,那么该功能中所存储的分表名称是否会自动更新呢)
-
在设置管理中去掉密码必须包含大写字母与特殊符号后,ChangePasswordAsync依然提示必须包含大写字母与特殊符号。
但是在用户管理界面添加用户时填写的用户密码无需包含大写字母与特殊符号。
sxbjy updated
2 years ago
-
Hi
I have a table created and filled with abp.libs.datatables.createAjax method.
Now, I have an AppService with two Methods:
GetList (this is the default CRUD from Framework)
GetListForProdu…
-
Currently syntax blocks are not highlighted:
![image](https://user-images.githubusercontent.com/1697911/121598946-3d733e80-c9f7-11eb-920a-5400380489c6.png)
Would be great to enable syntax highli…
-
作者您好,我在使用时Abp Vnext+本库时,发现如果实体继承AggregateRoot(即实现了IHasConcurrencyStamp接口),在更新本实体时候会出现死循环,会一直更新ConcurrencyStamp字段,特来请教,多谢