Skip to content

Commit f1d216a

Browse files
author
Phillip Webb
committed
Polish social appendix settings examples
1 parent 2852f74 commit f1d216a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -269,25 +269,25 @@ content into your application; rather pick only the properties that you need.
269269
270270
# AOP
271271
spring.aop.auto=
272-
spring.aop.proxyTargetClass=
272+
spring.aop.proxy-target-class=
273273
274274
# FILE ENCODING ({sc-spring-boot}/context/FileEncodingApplicationListener.{sc-ext}[FileEncodingApplicationListener])
275275
spring.mandatory-file-encoding=false
276276
277277
# SPRING SOCIAL ({sc-spring-boot-autoconfigure}/social/SocialWebAutoConfiguration.{sc-ext}[SocialWebAutoConfiguration])
278-
spring.social.auto_connection_views=true # Set to true for default connection views or false if you provide your own
278+
spring.social.auto-connection-views=true # Set to true for default connection views or false if you provide your own
279279
280280
# SPRING SOCIAL FACEBOOK ({sc-spring-boot-autoconfigure}/social/FacebookAutoConfiguration.{sc-ext}[FacebookAutoConfiguration])
281-
spring.social.facebook.appId= # your application's Facebook App ID
282-
spring.social.facebook.appSecret= # your application's Facebook App Secret
281+
spring.social.facebook.app-id= # your application's Facebook App ID
282+
spring.social.facebook.app-secret= # your application's Facebook App Secret
283283
284284
# SPRING SOCIAL LINKEDIN ({sc-spring-boot-autoconfigure}/social/LinkedInAutoConfiguration.{sc-ext}[LinkedInAutoConfiguration])
285-
spring.social.linkedin.appId= # your application's LinkedIn App ID
286-
spring.social.linkedin.appSecret= # your application's LinkedIn App Secret
285+
spring.social.linkedin.app-id= # your application's LinkedIn App ID
286+
spring.social.linkedin.app-secret= # your application's LinkedIn App Secret
287287
288288
# SPRING SOCIAL TWITTER ({sc-spring-boot-autoconfigure}/social/TwitterAutoConfiguration.{sc-ext}[TwitterAutoConfiguration])
289-
spring.social.twitter.appId= # your application's Twitter App ID
290-
spring.social.twitter.appSecret= # your application's Twitter App Secret
289+
spring.social.twitter.app-id= # your application's Twitter App ID
290+
spring.social.twitter.app-secret= # your application's Twitter App Secret
291291
292292
# SPRING MOBILE SITE PREFERENCE ({sc-spring-boot-autoconfigure}/mobile/SitePreferenceAutoConfiguration.{sc-ext}[SitePreferenceAutoConfiguration])
293293
spring.mobile.sitepreference.enabled=true # enabled by default

0 commit comments

Comments
 (0)