We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b5f8f commit 1ab15f4Copy full SHA for 1ab15f4
backend/build.gradle
@@ -33,6 +33,7 @@ repositories {
33
dependencies {
34
implementation platform("org.springframework.ai:spring-ai-bom:1.1.0")
35
36
+ implementation project(':frontend')
37
implementation 'org.springframework.boot:spring-boot-starter-actuator'
38
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
39
implementation 'org.springframework.boot:spring-boot-starter-hateoas'
0 commit comments