Giter Club home page Giter Club logo

webstack-backend's Introduction

介绍

webstack-vue的api项目,使用 Spring 构建,主要技术有

  • SpringWeb
  • caffeine 本地缓存
  • s3存储 实现上传下载文件
  • mybatis 驱动crud
  • mybatis-plus 使mybatis更简单易用
  • lombok 实用注解
  • jsoup 解析网页
  • jwt 令牌验证

使用教程

  1. 下载java 17及其以上的 jdk
  2. 运行sql 在release里
  3. target 下修改 application.yaml
server:
  port: 8081
  baseUrl: https://dev.webstack.zxbdwy.online # 你的webstack地址
aws:
  s3:
    s3Url: https://cn-sy1.rains3.com # S3服务器地址
    accessKey: xxxxx # 账号key
    secretKey: xxxx # 私钥
spring:
  datasource:
    url: jdbc:mysql://xxxx:3306/webstack-vue
  1. target 下运行命令(需要先打包)
java -jar webstack-backend-0.0.1-SNAPSHOT.jar
  1. 代理(本地调试不用)

webstack-backend's People

Contributors

zxbdzh 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.