Git Product home page Git Product logo

blog's Introduction

Blog

博客首页:

关于:

后台管理

管理登录:

管理首页:

开源协议

MIT

感谢

ZHENFENG13 otale

##部署安装

  1. 新建数据库tale

    进入mysql  运行source sql文件来恢复库表
    
  2. git下来后在根目录 mvn package

    拷贝war包到webapps目录下部署即可
    
  3. blog.jasonsky.com.cn 访问前台
    blog.jasonsky.com.cn/admin 访问后台 默认账号admin/123456 如果登录不了请修改数据库中t_user数据即可 密码是md5加密

    需要通过域名访问时
    配置Nginx{proxy_cookie_path 以免session取不到的问题} 
    
         server {
              listen 80;
              server_name blog.jasonsky.com.cn;
              location / {
                      proxy_pass http://localhost:8080/blog/;
                      proxy_cookie_path  /blog      /;
                      proxy_set_header Host $host;
                      proxy_set_header X-Real-IP $remote_addr;
                      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
              }
          }
    
  4. nkeditor问题 https://blog.csdn.net/rogerjava/article/details/82658998 编辑的源应该为div [textarea会自动把里面的内容进行转义存储] 修改article的接收方式html()

  5. php支持 https://blog.csdn.net/sl543001/article/details/12999737 tomcat php支持 web.xml + jar

  6. 引用thymeleaf模板,js中大于小于等符号转义异常问题 https://blog.csdn.net/weixin_39681426/article/details/99938649

blog's People

Contributors

jasonsky avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.