<@U8K9QF77U> hi, can you show logs and error?
# spring
l
@fabricio hi, can you show logs and error?
q
Please use threads for related answers 🙂
l
subject is related to channel, that is ok)
f
@lex it says, [ERROR] /home/xxx/NotificationMigration.kt:[160,43] Unresolved reference: NotificationDocument
this is due this config in my java project
Copy code
<build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
if I remove it it works. But I need it