Giter VIP home page Giter VIP logo

Comments (6)

yzhang921 avatar yzhang921 commented on May 20, 2024

你改的哪个文件

from cboard.

JooYoung-Li avatar JooYoung-Li commented on May 20, 2024

部署在win10系统的tomcat,配置文件路径为tomcat下的webapps\ROOT\WEB-INF\classes\config.properties

from cboard.

yzhang921 avatar yzhang921 commented on May 20, 2024

不应该啊,贴一下配置看看,从来没有遇到过这种问题

from cboard.

JooYoung-Li avatar JooYoung-Li commented on May 20, 2024

validationQuery=SELECT 1
jdbc_url=jdbc:mysql://127.0.0.1:3306/cboard
jdbc_username=root
jdbc_password=qweza

Service configuration

dataprovider.resultLimit=1000000
admin_user_id=1
phantomjs_path=E:/tools/phantomjs-2.1.1-windows/bin/phantomjs.exe

mail.smtp.host=127.0.0.1
mail.smtp.port=8825
mail.smtp.from=[email protected]
#mail.smtp.username=[email protected]
#mail.smtp.password=111111
#mail.smtp.ssl.checkserveridentity=false

Cache Properties

cache.redis.hostName=127.0.0.1
cache.redis.port=6379

org.quartz.threadPool.threadCount=10

Storage File Syatem

1 Stores data in file system

aggregator.h2.url=jdbc:h2:~/H2Data/cboard;AUTO_SERVER=TRUE;LOG=0;UNDO_LOG=0

2 Stores data outside of the VM's heap - useful for large memory DBs without incurring GC costs.

#aggregator.h2.url=jdbc:h2:nioMemFS:cboard;LOG=0;UNDO_LOG=0
aggregator.h2.database.name=cboard
aggregator.h2.cleanjob.quarz=0 1 0 * * ?

log.negativeFilter=List\.do
log.positveFilter=

from cboard.

JooYoung-Li avatar JooYoung-Li commented on May 20, 2024

希望大佬帮忙看看啥原因,感谢!

from cboard.

JooYoung-Li avatar JooYoung-Li commented on May 20, 2024

mvn -h2的参数去掉即可,谢谢大佬

from cboard.

Related Issues (20)

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.