Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Bosn committed Jun 18, 2014
1 parent ec5f6a5 commit 8330a21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion UPDATELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* [功能] 现在项目创建者和项目成员都可以管理项目成员列表和编辑项目。现在没有管理权限的项目文档将不能进行任何查看外的操作。2014-06-18
* [功能] 增加项目路由的设置功能,工作区『插件代码』按钮变更为『FE工具集』,除获取代码外也负责路由设置,后续还会增加更多配置。完善项目路由设置文档。2014-06-18
* [BUG] 修复工作区mock=true时console报错的问题。2014-06-18
* [体验] 本次存储记录Mock视图状态。 2014-06-18
* [体验] 本地存储记录Mock视图状态。 2014-06-18
* [功能] 增加对请求参数列表的JSON导入功能 2014-06-18
* [功能] 增加管理员万用密码,修改PRIVATE_CONFIG.adminPassword不为空即可使用万用密码登录,方便调试问题。注意不要上传带有内容的PRIVATE_CONFIG.java 2014-06-17
* [体验] 修复用户名密码自动完成位置错误的问题, 2014-06-17
Expand Down
3 changes: 0 additions & 3 deletions WebContent/stat/js/core/mock-min.js

This file was deleted.

1 change: 0 additions & 1 deletion WebContent/stat/js/core/rap.min.js

This file was deleted.

6 changes: 3 additions & 3 deletions WebContent/stat/js/util/mock-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/applicationContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<list>
<value>classpath:/mysql.local.properties</value>
<value>classpath:/mysql.remote.properties</value>
</list>
</property>
</bean>
Expand Down

0 comments on commit 8330a21

Please sign in to comment.