File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ The [hystrix-dashboard](https://github.com/Netflix/Hystrix/tree/master/hystrix-d
9
9
```
10
10
$ git clone [email protected] :Netflix/Hystrix.git
11
11
$ cd Hystrix/hystrix-examples-webapp
12
- $ ../gradlew jettyRun
13
- > Building > :hystrix-examples-webapp:jettyRun > Running at http://localhost:8989/hystrix-examples-webapp
12
+ $ ../gradlew appRun
13
+ > Building > :hystrix-examples-webapp:appRun > Running at http://localhost:8989/hystrix-examples-webapp
14
14
```
15
15
16
16
Once running, open <a href =" http://localhost:8989/hystrix-examples-webapp " >http://localhost:8989/hystrix-examples-webapp </a >.
Original file line number Diff line number Diff line change 1
1
apply plugin : ' war'
2
- apply plugin : ' jetty '
2
+ apply from : ' https://raw.github.com/akhikhl/gretty/master/pluginScripts/gretty.plugin '
3
3
4
4
dependencies {
5
5
compileApi project(' :hystrix-core' )
@@ -8,6 +8,7 @@ dependencies {
8
8
compileApi project(' :hystrix-metrics-event-stream' )
9
9
}
10
10
11
- jettyRun {
11
+ gretty {
12
12
httpPort = 8989
13
+ servletContainer = ' jetty9'
13
14
}
You can’t perform that action at this time.
0 commit comments