https://github.com/airen3339/background-template

https://github.com/airen3339/background-template

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: airen3339
  • License: gpl-3.0
  • Language: Java
  • Default Branch: master
  • Size: 4.66 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 3 years ago · Last pushed about 3 years ago
Metadata Files
Readme License

README.md

background-template

前言

这是一个后台管理项目的通用模板。

软件环境

IntelliJ IDEA 15.0

jdk 1.8

maven 3.3.9

使用的技术

使用spring-boot + mybatis + freemarker

后期会陆续加入其他技术,将会更新到此文档

使用建议

background-template作为一个种子项目,你可以基于它,快速搭建项目原型,并基于自己的业务场景修改源码。

更新日志

1.0

  1. 搭建基础环境,完成CRUD基础搭建,并在controller类,写出一个简单的查询。

怎么使用本项目

  1. git clone git@github.com:heikehuan/background-template.git
  2. 在MySQL中导入 background-template/src/main/resources/test.sql 脚本
  3. 更新 background-template/src/main/resources/application.yml 中username和password的值
  4. cd background-template
  5. mvn war:war
  6. 使用命令java -jar background-template-1.0-SNAPSHOT.war直接启动war包

在IDE 中查看源码并运行

1. 在IntelliJ IDEA (推荐使用)

File -> Import Project -> select background-template folder -> create project form existing sources -> ...

2. 在Eclipse

File -> Import -> Existing Maven Projects -> ...

Owner

  • Login: airen3339
  • Kind: user

GitHub Events

Total
Last Year

Dependencies

pom.xml maven
  • org.mybatis.generator:mybatis-generator-core 1.3.2 compile
  • com.alibaba:druid 1.0.11
  • commons-fileupload:commons-fileupload 1.3.1
  • log4j:log4j 1.2.17
  • mysql:mysql-connector-java 5.1.39
  • org.mybatis:mybatis 3.2.8
  • org.mybatis:mybatis-spring 1.2.3
  • org.springframework.boot:spring-boot-starter-data-jpa
  • org.springframework.boot:spring-boot-starter-freemarker
  • org.springframework.boot:spring-boot-starter-web
  • junit:junit 4.12 test