Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.
/ home-system Public archive

房屋住房管理系统 springboot 后端

Notifications You must be signed in to change notification settings

yi-nology/home-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

项目采用Spring boot、mybaits3

单点登录系统早期拆分 https://github.com/zy84338719/sso-system

房屋住房管理系统后端

开发要求:
数据库默认访问为127.0.0.1:3306/test库,如果需要修改请修改application.properties中mysql访问地址。
数据库默认密码为123456。如果需要修改请修改application.properties中mysql密码。

缓存服务器默认密码为123456,如果需要修改请修改application.properties中redis密码。
系统运行请先运行后端、再运行前端即可。
如果遇到端口占用,请修改对应端口,后端修改application.properties中port 对应端口信息。前端home-system-f2e中vue.config.Js下修改代理地址module.exports. devServer地址重写到对应的后端地址即可

后端开发要求如下:
首先准备阿里云账号
申请阿里云账号,然后开通OSS对象存储服务,之后将毕业设计中home-system中alioss.properties 相应的配置文件填写。

endpoint=
accessKeyId=
accessKeySecret=
bucketName=
filedir=

其次申请百度云账号
申请百度云账号,开通云服务中的图像识别服务,之后将毕业设计中home-system中baidu.properties 相应的配置文件填写。

#百度云ocrapi
baidu.app.id=
baidu.api.key=
baidu.secret.key=

后端接口信息

上传.gif 后端接口.gif 对外暴露接口.gif

Releases

No releases published

Packages

No packages published

Languages