Coder Social home page Coder Social logo

swimmingfish-wh / abp-vnext-templates Goto Github PK

View Code? Open in Web Editor NEW

This project forked from personball/abp-vnext-templates

0.0 0.0 0.0 3.17 MB

project templates for abp vnext

License: MIT License

Dockerfile 0.88% Shell 0.25% C# 96.24% HTML 0.59% JavaScript 0.14% PowerShell 1.91%

abp-vnext-templates's Introduction

abp-vnext-templates

project templates for abp vnext

what

  1. use abp new CName.PName.SName -t module --tiered --no-ui as init project (abp version 3.0.4).
  2. replace all Volo.Abp.EntityFrameworkCore.SqlServer with Volo.Abp.EntityFrameworkCore.PostgreSql and rebuild Migrations.
  3. update ConnectionStrings in appSettings.json and fix all build errors.
  4. add StyleCop Support (custom rules in StyleCop.ruleset).
  5. fix all build warnings.
  6. Create ConventionalControllers(webapi) for SNameApplicationModule.
  7. make SNameHttpApiHostMigrationsDbContext implements ISNameDbContext to avoid table name pluralization problem.
  8. Use SnakeCaseNamingConvention for postgreSql table names and column names.
  9. config swagger doc IncludeXmlComments to load comment xmls (SNameApplicationContractsModule,SNameApplicationModule,SNameDomainSharedModule)
  10. config AddSwaggerGenNewtonsoftSupport to make SwaggerDoc enable StringEnumConverter
  11. disable SnakeCaseNamingConvention as it didnt deal with PropertyName from base types or interfaces.
  12. remove docker compose ymls, and update Dockerfile for projects in /host, adapt to k8s.

how

git clone https://github.com/personball/abp-vnext-templates.git
cd abp-vnext-templates
rename.ps1 YourCompany YourProject YourService

MIT

abp-vnext-templates's People

Contributors

personball avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.