Git Product home page Git Product logo

cleanblog's Introduction

CleanBlog

Clean Blog is a personal blog for you and me ^_^. I've put it on production for my personal blog site on http://luoxn28.xyz:8080.

Clean Blog is powered by some powerful frameworks and third-party projects:

  • Spring A most popular framework helps development teams everywhere build simple, portable, fast and flexible JVM-based systems and applications.
  • SpringMVC A popular MVC framework of Spring family.
  • MyBatis A SQL mapper framework makes it easier to use a relational database with object-oriented applications.
  • MySQL A popular relational database.
  • Bootstrap A very popular and responsive front-end framework.
  • UEditor A rich text web editor by baidu.

To use

Fork CleanBlog project, download it to local computer. Create A J2EE Web Application Product by IDEA, import the source code into it. Create a db.properties file like this:

user=xxx
password=xxx
driverClass=com.mysql.jdbc.Driver
jdbcUrl=jdbc:mysql://192.168.1.150/clean_blog?useUnicode=true&characterEncoding=utf8
# If you're using Centos server

# Install MySQL
yum install mysql-server
service mysql start
mysql -u root -p
>> create database clean_blog;

License

Apache License (Version 2.0)

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.