ABP Framework version: v8.1.3
UI Type: MVC
Database System: EF Core (Only for Oracle)
Tiered (for MVC) or Auth Server Separated (for Angular): yes (Micro Service)
Exception message and full stack trace:
Steps to reproduce the issue:
I am integrating Quartz with ABP and then I create a tenant, How do I migrate Quartz tables data (e.g. QRTZ_JOB_DETAILS ,etc.) into the new tenant database? Can ABP automatically migrate Quartz table data when I create a tenant?
ABP Framework version: v8.1.3
UI Type: MVC
Database System: EF Core (Only for Oracle)
Tiered (for MVC) or Auth Server Separated (for Angular): yes (Micro Service)
Exception message and full stack trace:
Steps to reproduce the issue:
I am using Oracle database.
I have filled two connection string in the Database connection strings
Modal as the following figure. One for Tenant and the other for Product Service. They both use Oracle.
and then click "Save" button, but no two databases(table spaces) specified in Database connection strings
are created.
I want to override the login page, but I don't have the source code for the commercial version. Where can I obtain the commercial version source code? For example, something like this: https://github.com/abpframework/abp/blob/037ef9abe024c03c1f89ab6c933710bcfe3f5c93/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Login.cshtml.cs. Additionally, I want to display tenant information in the user login section. Which page should I override? Something similar to the example shown below.
hi,
I want to create a microservice and use an Oracle database. When I specify the DBMS as Oracle in the command line, the application created is still for SQL Server.
提问之前请先查看文档:https://abp.io/docs/latest https://abp.io/docs/latest
查看示例以了解基本任务:https://abp.io/docs/latest/samples
您的问题的认知解决方案可能已经得到解答,请首先使用主页上的搜索。
请向我们提供以下信息:
🧐提示:如果您正在使用 ABP Studio,您可以从配置窗口中看到有关解决方案的所有信息,当您右键单击[解决方案]( https://abp.io/docs/latest/studio/solution -explorer#solution )并单击解决方案配置
按钮时,该窗口将打开。
在登出的时候可以像登录一样自定义他的方法吗,在登出的时候我想实现一些自己的业务逻辑,需要怎么实现,我尝试了继承LogoutModel 重写了OnGetAsync 但在debug的时候发现登出时并没有进入到这个方法
您好,您回信邮件中提到的文档是api的开发文档,我想了记得是微服务中,新建的微服务如何独立运行他的UI,如图所示,想要运行Order里的web必须依附于微服务解决方案里的web可以运行,有没有办法可以单独只运行order这个微服务来进行调试他的UI
Hello, the document mentioned in your reply email is the api development document. I remember how the newly created microservice independently runs its UI in microservice. As shown in the figure, if you want to run the web in Order, you must be attached to the web in the microservice solution. Is there a way to debug the UI by running the order microservice alone
version:8.1.3 UI:mvc
1、微服务怎么的服务怎么单独调试UI 必须搭载着微服务里的web程序吗 不可以像模块儿开发一样单独调试吗 (How do microservices enable individual debugging of UI without having to run the web application within the microservice? Can't UI components be developed and debugged independently, like modules?) 2、针对excel的上传下载,abp框架有没有解决方案(Does the ABP framework have a solution for uploading and downloading Excel files?)