Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pom文件问题 #4

Open
ZhaoChuanXi opened this issue Feb 28, 2017 · 5 comments
Open

pom文件问题 #4

ZhaoChuanXi opened this issue Feb 28, 2017 · 5 comments

Comments

@ZhaoChuanXi
Copy link

  1. pom文件并没有把maven所需要的plugins插件依赖加进去。
  2. pom文件并没有把resources下的文件引入进去
  3. redis启动需要把参数加进去,而且你的redis配置文件需要改成redis.conf,而不是redis.window.conf
  4. 数据库脚本导入不对,你可以把readMe重新写一下
  5. 我遇到的问题是tomcat日志输出不了,解决方案是在web-inf/classes下面新建logging.properties,填入如下内容:handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler

############################################################

Handler specific properties.

Describes specific configuration info for Handlers.

############################################################

org.apache.juli.FileHandler.level = FINE
org.apache.juli.FileHandler.directory = ${catalina.base}/logs
org.apache.juli.FileHandler.prefix = error-debug.

java.util.logging.ConsoleHandler.level = FINE
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter

@baichengzhou
Copy link
Owner

baichengzhou commented Feb 28, 2017

  1. pom文件并没有把maven所需要的plugins插件依赖加进去。
    这个需要自己加,我没有用plugin。
  2. pom文件并没有把resources下的文件引入进去
    也需要自己加,你是idea吧,我用的是Eclipse。
  3. redis启动需要把参数加进去,而且你的redis配置文件需要改成redis.conf,而不是redis.window.conf
    没有这个配置文件。
  4. 数据库脚本导入不对,你可以把readMe重新写一下.
    什么不对没说明。
  5. 我遇到的问题是tomcat日志输出不了,解决方案是在web-inf/classes下面新建logging.properties,填入如下内容:handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
    请更换Tomcat,群里没反馈到这个问题。
    谢谢你的意见,你可以把你说的刚刚要添加的发出来,可以让别人参考!

@ZhaoChuanXi
Copy link
Author

ZhaoChuanXi commented Feb 28, 2017

没错我用的idea,plugins我直接从网站下载,resources引入代码如下:
<resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> <include>**/*.ini</include> </includes> <filtering>false</filtering> </resource> <resource> <directory>src/main/java</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </includes> <filtering>false</filtering> </resource> </resources>
关于数据库的导入可以详细点:1. 先建数据库database 2. 导入表结构tables.sql 3.初始化表数据init.data.sql
至于redis没有你说的问题,那可能是我从别的网站下载的吧(不过我依稀记得是直接从http://www.sojson.com/shiro相关的blog下载的)

@baichengzhou
Copy link
Owner

嗯,数据库少了个创建数据库空间,我知道你说的哪个配置文件,哪个是一个同学在我网站上写的一篇博客。
http://www.sojson.com/blog/110.html 不是我写的!

@baichengzhou
Copy link
Owner

pom.xml已经更新一个版本了!

@baichengzhou
Copy link
Owner

3Q

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants