Skip to content

Commit

Permalink
Rename save-cosv module to cosv-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheshiriks committed Feb 20, 2024
1 parent 069b1fb commit 748e432
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,8 @@ import org.springframework.context.annotation.Import
* An entrypoint for spring for cosv-backend
*/
@SpringBootApplication(scanBasePackages = [
"com.saveourtool.save.configs",
"com.saveourtool.cosv.backend",
"com.saveourtool.save.service",
"com.saveourtool.save.storage",
"com.saveourtool.save.security",
"com.saveourtool.save.utils",
"com.saveourtool.save.repository",
"com.saveourtool.save.authservice",
"com.saveourtool.save",
"com.saveourtool.cosv",
])
@EnableConfigurationProperties(ConfigProperties::class)
@Import(
Expand Down

0 comments on commit 748e432

Please sign in to comment.