Skip to content

Commit 64b05db

Browse files
author
Mariusz Kopylec
committed
Docs
1 parent 3a783d3 commit 64b05db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Enable Couchbase backed HTTP session using `@EnableCouchbaseHttpSession`:
2929
public class Application {
3030

3131
public static void main(String[] args) {
32-
run(Application.class, args);
32+
SpringApplication.run(Application.class, args);
3333
}
3434
}
3535
```

0 commit comments

Comments
 (0)