Giter VIP home page Giter VIP logo

monoid-backend's Introduction

monoid-backend

什么是Monoid?Monoid是一个图书管理检索系统,通过对北京邮电大学图书信息的爬取和存储,提供查询功能给,在此基础上完成一些事情。

项目搭建

  • 配置shell代理

    # 在windows终端中使用代理(临时)
    set http_proxy=http://127.0.0.1:10808
    set https_proxy=http://127.0.0.1:10808
    
    # 配置git使用代理
    git config --global http.proxy 127.0.0.1:1080
  • git clone https://github.com/alisdlyc/monoid-backend.git

文件目录

├─src
│  ├─main
│  │  ├─java
│  │  │  └─com
│  │  │      └─alisdlyc
│  │  │          └─monoid
│  │  │              ├─config					// 配置MyBatis数据源
│  │  │              ├─constants			 	// 配置Mapper文件路径
│  │  │              ├─controller			 	// SpringBoot Controller文件
│  │  │              ├─dal						// MongoDB 数据访问层dal
│  │  │              ├─entity 				   	// 数据实体
│  │  │              ├─mapper					// MongoDB Mapper 文件
│  │  │              ├─repository 		   		// 待定
│  │  │              └─web					   	// Controller 测试
│  │  └─resources
│  │      └─mybatis							// MyBatis *.Mapper.xml 文件地址

需修改MongoDB和MySQL数据库的地址

启动项目

启动MonoidApplication类,数据爬取前端

monoid-backend's People

Contributors

alisdlyc avatar

Watchers

 avatar  avatar

monoid-backend's Issues

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.