Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Is symphony-bdk-core-spring-boot-starter support spring boot starter 3?

I want to intergrate symphony-bdk-core-spring-boot-starter on our spring boot service. But my existing service uses Spring boot starter web dependency with version 3 and Java 17. Does the current symphony-bdk-core-spring-boot-starter dependency support it?

  
  
Posted 10 months ago
Votes Newest

Answers


The current BDK Spring Boot Starters are still based on Spring Boot 2 but you should be able to use them in Spring Boot 3 projects. There are ongoing efforts to eventually transit the entire BDK Java project to Java 17 and have the BDK Spring Starters migrate to Spring Boot 3 as well.

  
  
Posted 10 months ago
Yong Sheng Tan
39 × 2 Administrator
2K Views
1 Answer
10 months ago
10 months ago