Skip to content

Commit

Permalink
Merge branch 'spring-petclinic:main' into feature/prefer-default-chat…
Browse files Browse the repository at this point in the history
…-function
  • Loading branch information
arey authored Oct 10, 2024
2 parents 35dc67a + 406850b commit c399ecb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ mvnw text eol=lf

/gradlew text eol=lf
*.bat text eol=crlf

src/main/resources/static/resources/css/petclinic.css linguist-generated=true
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Understanding the Spring Petclinic application with a few diagrams

Thanks to the work of Oded Shopen, a chatbot using **Generative AI** has been added to the famous Spring Petclinic application.
Thanks to the work of [Oded Shopen](https://github.com/odedia), a chatbot using **Generative AI** has been added to the famous Spring Petclinic application.
This fork uses the **[Spring AI project](https://spring.io/projects/spring-ai)** and currently supports **OpenAI** or **Azure's OpenAI** as the **LLM provider**.

Oded described his approach in those 2 blog posts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
* @author Michael Isvy
* @author Dave Syer
*/
@DataJpaTest(includeFilters = @ComponentScan.Filter(Service.class))
@DataJpaTest
// Ensure that if the mysql profile is active we connect to the real database:
@AutoConfigureTestDatabase(replace = Replace.NONE)
// @TestPropertySource("/application-postgres.properties")
Expand Down

0 comments on commit c399ecb

Please sign in to comment.