Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam authored Dec 1, 2019
2 parents 3120c79 + fe016be commit c5d4b27
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ exemptLabels:
- discussion
- enhancement
- feature
- feature request
- help wanted
- info
- need investigation
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Java客户端不依赖任何框架,能够运行于所有Java运行时环境,
本地快速部署请参见[Quick Start](https://github.com/ctripcorp/apollo/wiki/Quick-Start)

演示环境(Demo):
- [106.54.227.205:8070](http://106.54.227.205:8070/)
- [106.54.227.205](http://106.54.227.205/)
- 账号/密码:apollo/admin

> 如访问github速度缓慢,可以访问[gitee镜像](https://gitee.com/nobodyiam/apollo),不定期同步
Expand Down Expand Up @@ -360,7 +360,9 @@ The project is licensed under the [Apache 2 license](https://github.com/ctripcor
![斯维登集团](https://raw.githubusercontent.com/ctripcorp/apollo-community/master/images/known-users/sweetome.png)
![广东快乐种子科技有限公司](https://raw.githubusercontent.com/ctripcorp/apollo-community/master/images/known-users/vipthink.png)
![上海盈翼文化传播有限公司](https://raw.githubusercontent.com/ctripcorp/apollo-community/master/images/known-users/tongxuecool.png)
![上海尚诚消费金融股份有限公司](https://raw.githubusercontent.com/ctripcorp/apollo-community/master/images/known-users/sccfc.png)
![上海尚诚消费金融股份有限公司](https://raw.githubusercontent.com/ctripcorp/apollo-community/master/images/known-users/sccfc.png)
![自如网](https://raw.githubusercontent.com/ctripcorp/apollo-community/master/images/known-users/ziroom.png)
![京东](https://raw.githubusercontent.com/ctripcorp/apollo-community/master/images/known-users/jd.png)

# Awards

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public List<App> findApps(@RequestParam(value = "appIds", required = false) Stri
}
}

@GetMapping("/search/by-appId-or-name")
@GetMapping("/search/by-appid-or-name")
public PageDTO<App> searchByAppIdOrAppName(@RequestParam(value = "query", required = false) String query,
Pageable pageable) {
if (StringUtils.isEmpty(query)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ directive_module.directive('apollonav',
$('#app-search-list').select2({
placeholder: placeholderLabel,
ajax: {
url: AppUtil.prefixPath() + "/apps/search/by-appId-or-name",
url: AppUtil.prefixPath() + "/apps/search/by-appid-or-name",
dataType: 'json',
delay: 400,
data: function (params) {
Expand Down

0 comments on commit c5d4b27

Please sign in to comment.