Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/functional packages take two #66

Merged
merged 10 commits into from
May 26, 2024

Conversation

jactor-rises
Copy link
Owner

No description provided.

- all controllers use shared http api
- dto -> model
- all models are @JvmRecord
- deleted PersistentData
- AddressEntity
- AddressBuilder
- AddressModel
- BlogBuilder
- BlogEntity
- BlogEntryEntity
- BlogEntryModel
- BlogModel
- GuestBookBuilder
- GuestBookEntity
- GuestBookEntryEntity
- GuestBookEntryModel
- GuestBookEntryRepository
- GuestBookRepository
- GuestBookService
- EntryEmbeddable
- PersistentDataEmbeddable
- PersistentEntity
- PersistentModel
- PersonBuilder
- PersonEntity
- PersonModel
- PersonRepository
- PersonService
- UserBuilder
- UserEntity
- UserModel
- UserRepository
- UserService

also change package name on aop-method in ModifierAspect
@jactor-rises jactor-rises merged commit eac8433 into main May 26, 2024
6 checks passed
@jactor-rises jactor-rises deleted the feature/functional-packages-take-two branch May 26, 2024 18:26
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.

1 participant