projects
/
demos
/
kafka
/
chat
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
feat: implemented a simplified chatroom-service
[demos/kafka/chat]
/
src
/
test
/
java
/
de
/
juplo
/
kafka
/
chatroom
/
ChatroomApplicationTests.java
1
package de.juplo.kafka.chatroom;
2
3
import org.junit.jupiter.api.Test;
4
import org.springframework.boot.test.context.SpringBootTest;
5
6
@SpringBootTest
7
class ChatroomApplicationTests
8
{
9
@Test
10
void contextLoads()
11
{
12
}
13
}