Skip to content

Commit 1f1e5b6

Browse files
author
Yuriy Bezsonov
committed
update demo flow
1 parent 4233939 commit 1f1e5b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/spring-ai/demo-scripts/01-setup-project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ read -n 1 -s
123123

124124
echo ""
125125
echo "Building the project with Maven..."
126-
SPRING_MAIN_WEB_APPLICATION_TYPE=none LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_AI_BEDROCK_CONVERSE_BEDROCKPROXYCHATMODEL=ERROR ./mvnw spring-boot:run -Dspring-boot.run.arguments="--logging.level.org.springframework.ai=INFO"
126+
SPRING_MAIN_WEB_APPLICATION_TYPE=none ./mvnw spring-boot:run -Dspring-boot.run.arguments="--logging.level.root=ERROR"
127127

128128
echo ""
129129
echo "Reverting AssistantApplication.java to original state..."

0 commit comments

Comments
 (0)