Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GreenGeek1995/community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

25 Commits

Repository files navigation

极客社区

部署

依赖

  • Git
  • JDK
  • Maven
  • MySQL

步骤

  • yum update
  • yum install git
  • /root mkdir App
  • cd App
  • git clone https://github.com/GreenGeek1995/community.git
  • yum install maven
  • mvn -v
  • mvn compile package
  • 在src目录下复制application.properties为application-production.properties
  • 用vim编辑application-production.properties的配置
  • mvn package

资料

Spring 文档

Spring Web

es

BootStrap

Github OAuth

Spring

thymeleaf

工具

Git

Flyway

lombok

脚本

create table USER
(
	ID INT auto_increment,
	ACCOUNT_ID VARCHAR(100),
	NAME VARCHAR(50),
	TOKEN CHAR(36),
	GMT_CREATE BIGINT,
	GMT_MODIFIED BIGINT,
	constraint USER_PK
		primary key (ID)
);
mvn flyway:migrate
mvn -Dmybatis.generator.overwrite=true mybatis-generator:generate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /