Rajab Ma

Results 4 comments of Rajab Ma

@SentryMan ```java @Factory public class JdbiFactory { private static final String JDBC_URL = "jdbc:mysql://localhost:3306/myapp?serverTimeZone=Asia/Shanghai"; private static final String DB_USER = "demo"; private static final String DB_PASSWORD = "demo"; private static...

> is it the same in inject 10.0? Also does the `JdbiTodoService` service exist in a separate module than the factory? @SentryMan In 10.0 does not add annotations and compiles...

@SentryMan [jdbc-demo.zip](https://github.com/user-attachments/files/16341578/jdbc-demo.zip) OK, it's a demo project

> did you have any luck with `10.2-RC1`? Also where are you seeing this error? I'm compiling with `@External` removed and 10.1 and I don't see the error when I...