Coder Social home page Coder Social logo

ispogsecbob's Introduction

基于区块链政校企合作信息共享平台(ISPOGSECBOB)

项目介绍

基于区块链政校企合作信息共享平台

Information sharing platform of government school enterprise cooperation based on blockchain

软件架构

软件架构说明

技术栈:

spring boot,spring mvc,mybatis,mybatis plus,hyperledger fabric

安装教程

  1. idea自带数据库管理工具导入方式 创建ispogsecbob数据库命令:
CREATE SCHEMA ispogsecbob DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
  1. maven引入jar包

选择maven插件中的install 或 mvn install

  1. 运行ISPOGSECBOBApplication

使用说明

  1. 构建镜像: mvn clean package docker:build
  2. 部署应用: docker run --name ispogsecbob --privileged=true -d -p 8080:8080 -v /root/mikey/MIKEY:/home/mikey/MIKEY 90fbb84d9eb1
  3. 下载依赖: mvn clean install
  4. 构建镜像: docker build -t mikeyboom/ispogsecbob:lastst .
  5. 推到仓库: docker push mikeyboom/ispogsecbob
  6. 拉取镜像: docker pull mikeyboom/ispogsecbob:latest
  7. 启动服务: docker-compose -f docker-compose.yml -d

修改数据库密码

修改普通用户只改一个 SET PASSWORD FOR 'username' = PASSWORD('xxxxxxxx');

修改root用户改两个

SET PASSWORD FOR 'root' = PASSWORD('xxxxxxxxx');
SET PASSWORD FOR 'root'@'localhost'=PASSWORD('xxxxxxxxx');

持续集成平台

Travis CI

ispogsecbob's People

Contributors

mikeygithub avatar

Stargazers

 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.