Coder Social home page Coder Social logo

ramostear / unaboot Goto Github PK

View Code? Open in Web Editor NEW
65.0 4.0 19.0 12.52 MB

UnaBoot的初衷是提供一个极简的内容创作平台,给热爱技术,热爱写作的小伙伴一个简洁,易用的写作软件。经过不断的迭代,UnaBoot现已更新到1.3.0版本。在新版本中,做了大量的优化,例如:增加了栏目授权机制,可以根据需要,将栏目分配给不同的文章编辑员,同时新增了Word风格的文档编辑器,对于习惯了Office办公软件的创作者,又多了一种写作方式的选择(系统默认使用Markdown编辑器)。

Home Page: https://www.ramostear.com/doc/unaboot

License: GNU Affero General Public License v3.0

Java 78.19% CSS 21.77% TSQL 0.05%
springboot2-x spring-boot hibernate-jpa blog freemarker cache javascript bootstrap4 template theme unaboot

unaboot's Issues

install

如果在第一次启动并使用安装向导失败时,请检查war包中的WEB-INF/lib/目录下有无ibatis-common-2.2.0.jar文件,如果没有,请将WEB-INF/lib-provided/目录下的ibatis-common-2.2.0.jar文件拷贝到WEB-INF/lib/目录中,然后重启Apache Tomcat。

关于几点

  1. git拉到idea中,编译不通过《具体内容
    <!-- https://mvnrepository.com/artifact/com.ibatis/ibatis2-common --> <dependency> <groupId>com.ibatis</groupId> <artifactId>ibatis2-common</artifactId> <version>2.1.7.597</version> </dependency> <!--<dependency> <groupId>org.apache</groupId> <artifactId>ibatis-common</artifactId> <version>2.2.0</version> </dependency>-->
    2.启动后进入后发布文章,写完不知如何保存(草稿功能暂时没有,文章遂丢失)。。。
    3.主页进不去,具体Error
    `2020-05-31 03:21:19.519 ERROR 12824 --- [p-nio-80-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
    ==> favicon [in template "default/index.html" at line 5, column 30]

Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??


FTL stack trace ("~" means nesting-related):
- Failed at: ${favicon} [in template "default/index.html" at line 5, column 28]
----] with root cause

freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> favicon [in template "default/index.html" at line 5, column 30]


Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??


FTL stack trace ("~" means nesting-related):
- Failed at: ${favicon} [in template "default/index.html" at line 5, column 28]`

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.