YoYoCms.AbpProjectTemplate icon indicating copy to clipboard operation
YoYoCms.AbpProjectTemplate copied to clipboard

If later modules need to be deployed separately?How to Layer?

Open feigaogit opened this issue 5 years ago • 0 comments

There will be many modules in the future. like: basic platform, student platform, teaching platform。

How to build our project to facilitate future expansion? Can you only create new folders?

image

Previously, when we used a 3-tier architecture, we built multiple User Interface layer, Shared Business Logic Layer,In this way, we can deploy in modules, each module does not affect each other.Implementing Single Sign On in some way.

How to implement this way in ABP? Create multiple Application?Create multiple Core?

image

Student Platform may be used in the business of Basic Platform,How to Use Basic-core in Student-application ?

How to Share UserSession. Is there a good solution?

feigaogit avatar Jun 25 '19 09:06 feigaogit