You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-13Lines changed: 3 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -392,27 +392,17 @@ This module integrates with Spring Security's OAuth support, all you need is the
392
392
393
393
## Use with Spring Native
394
394
395
-
You can use this starter with [Spring Native](https://github.com/spring-projects-experimental/spring-native). However, you will need to add an annotation to your main Spring Boot application class.
395
+
You can use this starter with [Spring Native](https://github.com/spring-projects-experimental/spring-native). However, you will need to enable HTTPS in your main Spring Boot application class. For example:
@@ -421,7 +411,7 @@ public class DemoApplication {
421
411
}
422
412
```
423
413
424
-
We are working on providing a native hints dependency with this configuration. This will allow you to add a dependency to your build file without making code changes.
414
+
You can also configure this setting in your `pom.xml` or `build.gradle`. See [Spring Native's documentation](https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/#native-image-options) for more information.
0 commit comments