一个分享知识&学习交流的网站源码
tuiku
一个分享知识&学习交流的网站
测试账号/密码: test/test
I've put it on production for my personal blog site on http://luoxn28.xyz:8080.
tuiku 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. Maven A software project management and comprehension tool. To useFork tuiku 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/tuiku?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 tuiku;
License
Apache License (Version 2.0)
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。