更新readme
This commit is contained in:
parent
1a7c7493c3
commit
86e5fbf52f
18
README.md
18
README.md
|
|
@ -227,4 +227,22 @@ SpringBlade主要用于交流学习,开源协议署名为smallchill的代码
|
||||||
但是如果因为商业用途引起的纠纷和造成的一切后果请自行承担,谢谢。
|
但是如果因为商业用途引起的纠纷和造成的一切后果请自行承担,谢谢。
|
||||||
登陆名密码:两个 admin
|
登陆名密码:两个 admin
|
||||||
|
|
||||||
|
常见问题
|
||||||
|
=======
|
||||||
|
1.linux下登陆报未知错误
|
||||||
|
发布在linux的小伙伴需要做如下操作:
|
||||||
|
`vi /etc/my.cnf`
|
||||||
|
在[mysqld]节点下增加
|
||||||
|
`lower_case_table_names = 1`
|
||||||
|
`:wq`
|
||||||
|
`service mysqld restart`
|
||||||
|
取消大小写敏感,就可以正常运行了
|
||||||
|
|
||||||
|
2.连接oracle报未知错误
|
||||||
|
到resource文件夹下config.properties修改oracle链接,然后到resource/spring/applicationContext.xml找到
|
||||||
|
```
|
||||||
|
<property name="dbStyle">
|
||||||
|
<bean class="org.beetl.sql.core.db.MySqlStyle"></bean>
|
||||||
|
</property>
|
||||||
|
```
|
||||||
|
将`MySqlStyle`改为`OracleStyle`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user