Code Monkey home page Code Monkey logo

myblog's Introduction

巫师笔记

类型

博客平台

技术栈

  1. 后端:SpringBoot + thymleaf
  2. 数据库: mybatis + mysql
  3. 服务器: tomcat

描述

本项目采用thymleaf基于组件设计,来实现拖放式编程、快速的属性处理以及真正的面向对象的设计;后端用SpringBoot实现,采用观察者模式来实现组件之间的协调;采用mysql搭建数据库,使用mybatis来实现作为持久层;本项目UI设计参考于纯洁的微笑

展示

部署

  1. 项目配置
  2. 编辑 application.properties 文件,修改要连接的数据库用户名密码
    spring.datasource.username=root
    spring.datasource.password=root
    
  3. 创建数据库
    create database blog;
    
  4. 选择使用数据库
    use blog;
    
  5. 数据库导入myblog-master/sql下的数据库文件
    • blog.sql

项目截图

联系交流

myblog's People

Contributors

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