Skip to content
View ChenSino's full-sized avatar

Block or report ChenSino

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ChenSino/README.md

ChenSino's GitHub stats

部署方法1,手动部署

环境搭建

jdk11+

maven3.8+

hosts改成自己的
127.0.0.1 chensino-mysql
127.0.0.1 chensino-minio
127.0.0.1 chensino
127.0.0.1 chensino-redis

导入项目

  1. 用ide工具导入项目,等待maven下载依赖

数据库

  1. 新建数据库chensino,编码utf8mb4_bin
  2. 导入db/chensino.sql文件

配置修改

  • Mysql数据库帐号密码修改
  • redis帐号密码修改
  • minio配置修改
  • github第三方登录信息修改

部署方法二,docker compose部署(推荐)

先安装好docker、docker-compose

# 1. 打包jar
mvn clean package
# 2. 项目跟路径下运行
docker compose up

Popular repositories Loading

  1. xmall xmall Public

    Forked from Exrick/xmall

    基于SOA架构的分布式电商购物商城 前后端分离 前台商城:Vue全家桶 后台管理系统:Dubbo/SSM/Elasticsearch/Redis/MySQL/ActiveMQ/Shiro/Zookeeper等

    Java 1

  2. ChenSino.github.io ChenSino.github.io Public

    洛星星的学习成长笔记

    1

  3. furnish furnish Public

    记录装修进阶之路

    1

  4. flutter_in_action_2nd flutter_in_action_2nd Public

    Forked from flutterchina/flutter_in_action_2nd

    《Flutter实战 第二版》- 书稿(未完成)

    JavaScript 1

  5. zooweb zooweb Public

    Forked from zhuhongyu345/zooweb

    CSS

  6. spring-cloud-microservices-development spring-cloud-microservices-development Public

    Forked from waylau/spring-cloud-microservices-development

    Spring Cloud Microservices Development.《Spring Cloud 微服务架构开发实战》