Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

elonehoo/lair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static

This is a project that can quickly develop Vue and SpringBoot. SpringBoot is stored in the app directory, Vue is stored in the web-app directory, and the project has a document stored in the docs directory. Help users to carry out rapid development operations.

Page View

Features

  • Spring Boot - Core starter, including auto-configuration support, logging and YAML.
  • Spring Native - Spring Native provides support for compiling Spring applications to native executables using the GraalVM native-image compiler.
  • Spring Boot Devtools - Spring Boot Developer Tools
  • lombok - Spice up your java: Automatic Resource Management, automatic generation of getters, setters, equals, hashCode and toString, and more!
  • Test - Starter for testing Spring Boot applications with libraries including JUnit Jupiter, Hamcrest and Mockito.
  • Cache - Starter for using Spring Framework's caching support.
  • Aop - Starter for aspect-oriented programming with Spring AOP and AspectJ.
  • Configuration Processor - Spring Boot Configuration Annotation Processor.
  • Spring Web - Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container
  • Jdbc - Starter for using JDBC with the HikariCP connection pool.
  • MySql Connector Java - JDBC Type 4 driver for MySQL.
  • Redis - Starter for using Redis key-value data store with Spring Data Redis and the Lettuce client.
  • Commons Pool2 - The Apache Commons Object Pooling Library.
  • itext7 - A Free Java-PDF library
  • zxing - Core barcode encoding/decoding library.
  • gson - A Java serialization/deserialization library to convert Java Objects into JSON and back.
  • Joda Time - Date and time library to replace JDK date handling.
  • easy poi - office utils base poi
  • pinyin4j - Support Chinese character (both Simplified and Tranditional) to most popular Pinyin systems, including Hanyu Pinyin, Tongyong Pinyin, Wade-Giles, MPS2, Yale and Gwoyeu Romatzyh. Support multiple pronounciations and customized output.
  • jsoup - jsoup is a Java library for working with real-world HTML. It provides a very convenient API for fetching URLs and extracting and manipulating data, using the best of HTML5 DOM methods and CSS selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.
  • Restful Return - SpringBoot based return value types are supported by browsers.
  • sa Token - springboot integrate sa-token

Try it now!

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit elonehoo/static my-static-app
cd my-static-app/web-app
pnpm install # If you don't have pnpm installed, run: npm install -g pnpm