zoukankan      html  css  js  c++  java
  • Abp zero 示例运行

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

    Introduction

    The easiest way of starting a new project using ABP with ASP.NET Core MVC is to create a template on templates page. Remember to check "Include module zero". After creating and downloading your project, follow below steps to run your application.

    • Open your solution on Visual Studio 2017+ and build the solution.
    • Select the 'Web.Mvc' project as startup project.
    • Open Package Manager Console and run Update-Database command to create your database (ensure that Default project is selected as .EntityFrameworkCore in the Package Manager Console window).
    • Run the application.

    注意事项:

    1.选择Web.Mvc为启动项目

    2.Package Manager Console要.EntityFrameworkCore 运行Update-Database命令

  • 相关阅读:
    DOM节点的创建
    js中css样式
    js中面向对象
    js
    this是什么!
    事件
    Dom
    逻辑运算和作用域的问题
    Json
    数组
  • 原文地址:https://www.cnblogs.com/shiningrise/p/7616553.html
Copyright © 2011-2022 走看看