File tree 2 files changed +3
-2
lines changed
bianmen-core/src/test/kotlin/dev/bombianating/bianmen
bianmen-example/src/main/kotlin/dev/bombinating/bianmen/example
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ class ModelExtTest {
63
63
64
64
@Test
65
65
fun `model plus prop test` () {
66
+ @Suppress(" SerialVersionUIDInSerializableClass" )
66
67
class Person (var firstName : String , var lastName : String ): Serializable
67
68
val personModel = + Person (firstName = " Santa" , lastName = " Claus" )
68
69
val firstNameModel = personModel + Person ::firstName
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import java.util.EnumSet.allOf
11
11
import javax.servlet.DispatcherType
12
12
13
13
@SpringBootApplication
14
- class RoqueExampleApp {
14
+ class BianmenExampleApp {
15
15
16
16
@Bean
17
17
fun helloWorld () = wicketConfig(::HelloWorldApp , " helloworld" )
@@ -28,5 +28,5 @@ class RoqueExampleApp {
28
28
29
29
30
30
fun main () {
31
- SpringApplication .run (RoqueExampleApp ::class .java)
31
+ SpringApplication .run (BianmenExampleApp ::class .java)
32
32
}
You can’t perform that action at this time.
0 commit comments