@@ -269,25 +269,25 @@ content into your application; rather pick only the properties that you need.
269
269
270
270
# AOP
271
271
spring.aop.auto=
272
- spring.aop.proxyTargetClass =
272
+ spring.aop.proxy-target-class =
273
273
274
274
# FILE ENCODING ({sc-spring-boot}/context/FileEncodingApplicationListener.{sc-ext}[FileEncodingApplicationListener])
275
275
spring.mandatory-file-encoding=false
276
276
277
277
# 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
279
279
280
280
# 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
283
283
284
284
# 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
287
287
288
288
# 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
291
291
292
292
# SPRING MOBILE SITE PREFERENCE ({sc-spring-boot-autoconfigure}/mobile/SitePreferenceAutoConfiguration.{sc-ext}[SitePreferenceAutoConfiguration])
293
293
spring.mobile.sitepreference.enabled=true # enabled by default
0 commit comments