We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdce701 + b23f480 commit b288365Copy full SHA for b288365
2 files changed
src/main/resources/application-dev.properties
@@ -7,7 +7,7 @@ spring.datasource.username=root
7
spring.datasource.password=123456
8
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
9
# SQL\u65E5\u5FD7\u8BB0\u5F55
10
-logging.level.io.github.talelin.merak.mapper=debug
+logging.level.io.github.talelin.latticy.mapper=debug
11
# web\u4FE1\u606F\u65E5\u5FD7\u8BB0\u5F55
12
logging.level.web=debug
13
# \u5173\u95ED\u6743\u9650\u62E6\u622A
src/main/resources/application-test.properties
@@ -12,4 +12,4 @@ spring.datasource.schema=classpath:/h2-test.sql
spring.h2.console.enabled=true
spring.h2.console.path=/h2
14
# \u5F00\u542FSQL\u8BB0\u5F55
15
0 commit comments