Giter Site home page Giter Site logo

community's Introduction

比利社区

##部署

依赖

  • Git
  • JDK
  • Maven
  • MySQL ##步骤
  • yum update
  • yum install git
  • mkdir App
  • cd App
  • git clone [email protected]:fubuki2333/community.git
  • yum install maven
  • mvn -v
  • mvn compile package
  • cp src/main/resources/application.properties src/main/resources/application-production.properties
  • vim src/main/resources/application-production.properties
  • mvn package
  • java -jar -Dspring.profiles.active=production target/community-0.0.1-SNAPSHOT.jar
  • ps -aux | grep java

资料

Spring 文档
Spring Web
es
Github deploy key
BootStrap
Github OAuth
Spring
Thymeleaf
SpringMVC
Markdown 插件
UFile SDK

工具

Git
Visual Paradigm Flyway
Lombok

脚本

create table user
(
    id           int auto_increment primary key,
    account_id   varchar(100)       null,
    name         varchar(50)        null,
    token        char(36)           null,
    gmt_create   bigint             null,
    gmt_modified bigint             null
);
mvn flyway:migrate
mvn -Dmybatis.generator.overwrite=true mybatis-generator:generate

community's People

Contributors

fubuki2333 avatar

Watchers

 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.