Giter Club home page Giter Club logo

deepbookfantasy's Introduction

中大图书

一个用于学生间交换图书的平台

前后端技术

前端:微信小程序

后端:java+mysql

项目人员

15331366 杨奕嘉

15331259 邱旭铨

15331380 于海

15331422 郑品

15331379 尹张昊翔

15332020 张增辉

15332018 张千艺

后端部署方式

数据库环境:mysql+redis

修改application.properties中的属性为你需要值

// 小程序相关
wxapp.appId=小程序id
wxapp.secret=小程序secret

// 图片存储
img.host=访问路径(例如http://localhost:8080)
img.local.path=保存路径(例如F:/wximg)

// 数据库相关
// mysql
spring.datasource.url=jdbc:mysql://localhost:3306/test?useSSL=false&characterEncoding=UTF-8 (此为样例)
spring.datasource.username=root
spring.datasource.password=
// redis
spring.redis.host=localhost
spring.redis.password=
spring.redis.port=6379

注意mysql要使用utf8编码否则会产生乱码

后端编译运行环境

使用IntelliJ IDEA

deepbookfantasy's People

Contributors

cyrususie avatar haiahaiah avatar huizii avatar pfjhyyj avatar pinzh avatar werewolfloga avatar zqy511212498 avatar

Watchers

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