You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
656 B
13 lines
656 B
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/test?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowMultiQueries=true
|
|
spring.datasource.username=root
|
|
spring.datasource.password=123456
|
|
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
|
|
|
|
|
#mybatis-plus.configuration.log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
mybatis-plus.configuration.map-underscore-to-camel-case: true
|
|
|
|
mybatis-plus.mapper-locations=classpath*:/mapper/*.xml
|
|
|
|
|
|
# �����þ��ǽ������»��ߵı��ֶ�ӳ��Ϊ�շ��ʽ��ʵ��������
|