abp demo run 1

1. From the official website to download the demo as follows:

https://aspnetboilerplate.com/Templates

Fill in response to the information, to download demo

2.vs2017 open demo, as shown below:

3. Install .net Core

Install the corresponding version of the .net core, below the installation was successful:

4. Database configuration file

demo default is mysql database, find the corresponding configuration file location, view the database configuration, make sure the connection is available

5. Open the console, as follows, Run: Update-Database

 

Guess you like

Origin www.cnblogs.com/leolzi/p/11227310.html