Skip to content

spring+springMVC+mybatis+boostrap+easyUI+Shiro+lucene 个人博客

Notifications You must be signed in to change notification settings

SmithWenge/personalBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base environment

  • jdk 1.7
  • tomcat 8.0
  • mysql 5.7

  • MySQL Config

  • CREATE SCHEMA `db_blog` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci ;
  • CREATE USER 'dbblog'@'localhost' IDENTIFIED BY 'dbblog';
  • GRANT ALL PRIVILEGES ON application.* TO 'dbblog'@'localhost' WITH GRANT OPTION;

  • 发布需注意

  • 1.修改ueditor的配置文件,前缀改成主机名(static/ueditor1_4_3_3/jsp/config.json)
  • 2.修改lucene索引目录(/data/blog_index)
  • 3.将lib下的ueditor-1.1.2.jar包添加到项目环境中
  • 4.下载文件目录(/data/resources/)
  • About

    spring+springMVC+mybatis+boostrap+easyUI+Shiro+lucene 个人博客

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published