Remove optional 'gemfire.log-level' System property from command-line.
This commit is contained in:
@@ -180,13 +180,13 @@ You can run the sample by obtaining the {download-url}[source code] and invoking
|
||||
First, you must run the server:
|
||||
|
||||
----
|
||||
$ ./gradlew :spring-session-sample-boot-gemfire:run [-Dgemfire.log-level=config]
|
||||
$ ./gradlew :spring-session-sample-boot-gemfire:run
|
||||
----
|
||||
|
||||
Then, in a separate terminal, run the client:
|
||||
|
||||
----
|
||||
$ ./gradlew :spring-session-sample-boot-gemfire:bootRun [-Dgemfire.log-level=config]
|
||||
$ ./gradlew :spring-session-sample-boot-gemfire:bootRun
|
||||
----
|
||||
|
||||
You should now be able to access the application at http://localhost:8080/.
|
||||
|
||||
@@ -197,13 +197,13 @@ You can run the sample by obtaining the {download-url}[source code] and invoking
|
||||
First, you need to run the server using:
|
||||
|
||||
----
|
||||
$ ./gradlew :spring-session-sample-javaconfig-gemfire-clientserver:run [-gemfire.log-level=info]
|
||||
$ ./gradlew :spring-session-sample-javaconfig-gemfire-clientserver:run
|
||||
----
|
||||
|
||||
Then, in a separate terminal, run the client using:
|
||||
|
||||
----
|
||||
$ ./gradlew :spring-session-sample-javaconfig-gemfire-clientserver:tomcatRun [-gemfire.log-level=info]
|
||||
$ ./gradlew :spring-session-sample-javaconfig-gemfire-clientserver:tomcatRun
|
||||
----
|
||||
|
||||
You should now be able to access the application at http://localhost:8080/.
|
||||
|
||||
@@ -149,7 +149,7 @@ our `Config` class.
|
||||
You can run the sample by obtaining the {download-url}[source code] and invoking the following command:
|
||||
|
||||
----
|
||||
$ ./gradlew :spring-session-sample-javaconfig-gemfire-p2p:tomcatRun [-Dgemfire.log-level=info]
|
||||
$ ./gradlew :spring-session-sample-javaconfig-gemfire-p2p:tomcatRun
|
||||
----
|
||||
|
||||
You should now be able to access the application at http://localhost:8080/.
|
||||
|
||||
@@ -190,13 +190,13 @@ You can run the sample by obtaining the {download-url}[source code] and invoking
|
||||
First, you need to run the server using:
|
||||
|
||||
----
|
||||
$ ./gradlew :spring-session-sample-javaconfig-gemfire-clientserver:run [-Dgemfire.log-level=info]
|
||||
$ ./gradlew :spring-session-sample-javaconfig-gemfire-clientserver:run
|
||||
----
|
||||
|
||||
Now, in a separate terminal, you can run the client using:
|
||||
|
||||
----
|
||||
$ ./gradlew :spring-session-sample-javaconfig-gemfire-clientserver:tomcatRun [-gemfire.log-level=info]
|
||||
$ ./gradlew :spring-session-sample-javaconfig-gemfire-clientserver:tomcatRun
|
||||
----
|
||||
|
||||
You should now be able to access the application at http://localhost:8080/.
|
||||
|
||||
@@ -144,7 +144,7 @@ the `DelegatingFilterProxy` is invoked, delegating to the `springSessionReposito
|
||||
You can run the sample by obtaining the {download-url}[source code] and invoking the following command:
|
||||
|
||||
----
|
||||
$ ./gradlew :spring-session-sample-xml-gemfire-p2p:tomcatRun [-Dgemfire.log-level=info]
|
||||
$ ./gradlew :spring-session-sample-xml-gemfire-p2p:tomcatRun
|
||||
----
|
||||
|
||||
You should now be able to access the application at http://localhost:8080/.
|
||||
|
||||
Reference in New Issue
Block a user