leo

Results 3 issues of leo

SyncUserProcessor#interest method used to determine if the message is process by this Processor, this method return a String, bolt framework matches the message class name with this String, if it...

SofaRpcSagaProviderApplication.java start error: ```java 2020-10-29 16:39:05.120 ERROR --- [ main] o.s.boot.SpringApplication : Application startup failed ==> org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.context.ApplicationContextException: Unable to start EmbeddedWebApplicationContext...

``` CREATE TABLE IF NOT EXISTS `test_table_normal`( scoreID INTEGER NOT NULL PRIMARY KEY, stuID INTEGER NOT NULL, KEMUID INTEGER NOT NULL, score FLOAT, FOREIGN KEY SCORE_ID_FK (stuID) REFERENCES students (stuid),...