We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a783d3 commit 64b05dbCopy full SHA for 64b05db
README.md
@@ -29,7 +29,7 @@ Enable Couchbase backed HTTP session using `@EnableCouchbaseHttpSession`:
29
public class Application {
30
31
public static void main(String[] args) {
32
- run(Application.class, args);
+ SpringApplication.run(Application.class, args);
33
}
34
35
```
0 commit comments