Skip to content

msftph/azure-search-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot MVC Azure Search Demo

Getting Started

This project was created with spring boot initilizer for vscode. link

Configuration

Set the Azure Search API Key from the "Keys" tab of azure search. It MUST be an admin key because the app needs to query the index structure.

export AZURE_SEARCH_API_KEY=000000000000000000000000

Set the azureSearch.serviceName and azureSearch.apiVersion properties in the src/main/application.properties file.

azureSearch.serviceName=walgreens-azure-search
azureSearch.apiVersion=2020-06-30
azureSearch.apiKey=${AZURE_SEARCH_API_KEY}

Running

Build the application

mvn package

Run the application

./mvnw spring-boot:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published