5 lines
210 B
Properties
5 lines
210 B
Properties
spring.datasource.url=jdbc:mysql://localhost:3306/mall
|
|
spring.datasource.username=root
|
|
spring.datasource.password=root
|
|
#mybatisÅäÖÃ
|
|
mybatis.mapper-locations=classpath:mapper/*.xml,classpath*:com/**/mapper/*.xml |