zoukankan      html  css  js  c++  java
  • abp

    The easiest way of starting a new project using ABP with ASP.NET MVC 5.x (and optionally AngularJS frontend) is to create a template on the download page.

    After creating and downloading your project:

    • Open your solution in Visual Studio 2017 v15.3.5+.
    • Select the 'Web' project as the startup project.
    • Open the Package Manager Console, select the 'EntityFramework' project as the Default project and run EntityFramework's 'Update-Database' command. This will create the database. You can then change the connection string in the web.config.
    • Run the application. The default username is 'admin' and the password is '123qwe'.

    Be sure you have installed Typescript 2.0+ in Visual Studio because the Abp.Web.Resources NuGet package comes with d.ts and it requires Typescript 2.0+.

    In this template, multi-tenancy is enabled by default. You can disable it in the Core project's module class if you don't need it.

    https://aspnetboilerplate.com/Pages/Documents/Zero/Startup-Template

  • 相关阅读:
    动态内存Treap
    最大流Dinic
    图的遍历
    Aho_Corasick自动机(AC自动机)
    邻接表
    COJ 3007 Mr.Yang的小助手
    COJ 0601&0602 动态规划(二)及加强
    Codeforces 603A Alternative Thinking
    HDU 2222 Keywords Search
    codeforce--600D
  • 原文地址:https://www.cnblogs.com/muxueyuan/p/12467262.html
Copyright © 2011-2022 走看看