Skip to content

Commit

Permalink
Change main file
Browse files Browse the repository at this point in the history
  • Loading branch information
Fagorym committed Oct 6, 2024
1 parent 2347cba commit ba4aecd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ java {
}
}

springBoot {
mainClass = "ru.nsu.fit.bachelors.dashboard.BachelorsDashboardApplication"
}

configurations {
compileOnly {
extendsFrom(configurations.annotationProcessor.get())
Expand Down

0 comments on commit ba4aecd

Please sign in to comment.