# Firstck **Repository Path**: UndeadWorld/Firstck ## Basic Information - **Project Name**: Firstck - **Description**: Firstck proJect - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-18 - **Last Updated**: 2022-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README _## 第一个仓库+第一个spring ##资料 [spring 文档](https://spring.io/guides) [Spring Web](https://spring.io/guides/gs/serving-web-content/) [es社区](https://elasticsearch.cn/explore) [Github deploy key](https://developer.github.com/v3/guides/managing-deploy-keys/#deploy-keys) [Bootstap](https://v3.bootcss.com/getting-started/) [GItub OAuth](https://developer.github.com/apps/building-oauth-apps/creating-an-oath-app/) [Spring mybatis文档](http://mybatis.org/spring-boot-starter/mybatis-spring-boot-autoconfigure/) [Spring](https://docs.spring.io/spring-boot/docs/2.0.0.RC1/reference/htmlsingle/#boot-features-embedded-database-support) ##工具 [Git](https://git-scm.com/download) [Visual Paradigm.com](https://www.visual-paradigm.com) [Lombok](https://www.projectlombok.org) ##脚本 ```sql CREATE TABLE `user` ( `id` int(11) NOT NULL AUTO_INCREMENT, `account_id` varchar(100) DEFAULT NULL, `name` varchar(50) DEFAULT NULL, `token` char(36) DEFAULT NULL, `gmt_create` bigint(20) DEFAULT NULL, `gmt_modified` bigint(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci ``` ##常用代码 mvn flyway:migrate <<<<<<< HEAD mvn -Dmybatis.generator.overwrite=true mybatis-generator:generate mvn -Dmybatis.generator.overwrite=true mybatis-generator:generate ======= mvn -Dmybatis.generator.overwrite=true mybatis-generator-generate >>>>>>> a0fc79d505bdb077dabd50bf32f5cc01c09d40f2