GithubHelp home page GithubHelp logo

chinalhr / javaquarkbbs Goto Github PK

View Code? Open in Web Editor NEW
876.0 876.0 385.0 3.17 MB

基于Spring Boot实现的一个简易的Java社区

License: Apache License 2.0

Java 91.48% TSQL 8.52%
bootstrap hibernate jquery layui netty redis shiro spring spring-boot spring-mvc springdatajpa swagger thymeleaf websocket

javaquarkbbs's Introduction

Metrics

javaquarkbbs's People

Contributors

chinalhr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

javaquarkbbs's Issues

build error

☁ quark-portal [master] ⚡ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building quark-portal 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ quark-portal ---
[INFO] Deleting /Users/lesvere/Code/Java/JavaQuarkBBS/quark-portal/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ quark-portal ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 162 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ quark-portal ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to /Users/lesvere/Code/Java/JavaQuarkBBS/quark-portal/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] 不再支持源选项 1.5。请使用 1.6 或更高版本。
[ERROR] 不再支持目标选项 1.5。请使用 1.6 或更高版本。
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.868 s
[INFO] Finished at: 2018-02-03T17:59:24+08:00
[INFO] Final Memory: 16M/55M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project quark-portal: Compilation failure: Compilation failure:
[ERROR] 不再支持源选项 1.5。请使用 1.6 或更高版本。
[ERROR] 不再支持目标选项 1.5。请使用 1.6 或更高版本。
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
☁ quark-portal [master] ⚡

IDE工具是哪个?

请问IDE工具是哪个来构建的项目呢?
我使用Myeclipse和IntelliJ IDE来导入都不行。

There are two stored XSS in JavaQuarkBBS

【Vulnerability Description】
There is a Cross Site Scripting attack (XSS) vulnerability in the full version of JavaQuarkBBS. By entering specific statements into the background tag management module, the attack statement will be stored in the database, and the next victim will be attacked when he accesses the tag module.

【Vulnerability Type】
Cross Site Scripting (XSS)

【Affected Version】
<=v2

【Vulnerability Verification】
Find the Background Label Management module, select the new location and enter
<script>alert(“标签管理名称”)<script>
1

<script>alert(“标签详情”)<script>
2

【Repair Suggestions】
Strict filtering of user input data

大佬,小白想学一下,但编译报错啊

java: 对于DefaultEventLoopGroup(int,<匿名java.util.concurrent.ThreadFactory>), 找不到合适的构造器
构造器 io.netty.channel.DefaultEventLoopGroup.DefaultEventLoopGroup(int,java.util.concurrent.Executor)不适用
(参数不匹配; <匿名java.util.concurrent.ThreadFactory>无法转换为java.util.concurrent.Executor)
构造器 io.netty.channel.DefaultEventLoopGroup.DefaultEventLoopGroup(int,io.netty.util.concurrent.ExecutorServiceFactory)不适用
(参数不匹配; <匿名java.util.concurrent.ThreadFactory>无法转换为io.netty.util.concurrent.ExecutorServiceFactory)

很好奇

MyShiroRealm 是通过new出来的,那么调用这个类时候,里面的adminUserService是怎么注入进来的呢

请问下

麻烦问下,这个项目怎么导入 我导入过程中不知道哪里不对 启动失败了

Admin后台无法打开

运行起来项目之后,拿着lhr 和root登陆不了,一登陆网页就是404,也不报错。就是整个页面就没有了。像是地址输错的那种。

运行jar包问题

你好,我在运行jar包时报错说jar中没有主清单属性,这种情况是为什么呢,感谢感谢

部署过程

本着学习的目的把这个项目clone。下面说一下我的部署过程把。
1 项目的数据库配置是在 quark-common\src\main\resources\application.properties中
2 数据库的建表语句在H:\gitPro\JavaQuarkBBS\resource\sql。数据库sql文件
3 maven编译的时候制定下jdk的版本,还有就是打包方式写成jar。原工程的打包方式是war。编译的时候报错,这是个spring-boot项目,打成jar就可以。
其他的暂时没问题了。我这里访问后台管理页面点解login的时候,网页加载不出来。不知道为什么。管理员的账号和密码分别是lhr和root。

SEO如何解决?

项目分层架构是不错,但是对于互联网的web项目来说SEO就很差了。所有的请求都是json请求,爬虫、蜘蛛对于这种json请求的友好度很差。

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.