Skip to content

Commit

Permalink
✨ @EnableAligo 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
allbegray committed Apr 10, 2023
1 parent a6b51fc commit 6e57634
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/kotlin/herbaccara/boot/autoconfigure/aligo/EnableAligo.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package herbaccara.boot.autoconfigure.aligo

import herbaccara.boot.autoconfigure.aligo.sms.EnableAligoSms
import herbaccara.boot.autoconfigure.aligo.talk.EnableAligoTalk

@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
@MustBeDocumented
@EnableAligoSms
@EnableAligoTalk
annotation class EnableAligo

0 comments on commit 6e57634

Please sign in to comment.