Skip to content

System creation module#13

Open
Viniciuspxf wants to merge 37 commits into
mainfrom
feature/app-creation
Open

System creation module#13
Viniciuspxf wants to merge 37 commits into
mainfrom
feature/app-creation

Conversation

@Viniciuspxf

Copy link
Copy Markdown
Collaborator

No description provided.

override fun getSystem(name: String): System? = runBlocking {
systemCollection
.find(Filters.eq("name", name))
.firstOrNull()

@Viniciuspxf Viniciuspxf Oct 2, 2024

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

criar método auxiliar getSystemByFilter

…erationsToMicroservice() into addOperationsToMicroservice()
…annelsOperationsToMicroservice() into addMessageChannelsToMicroservice()
Comment thread app-web/build.gradle.kts Outdated
Comment thread app-web/src/main/kotlin/com/usvision/web/configuration/routing.kt Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants