@@ -0,0 +1,16 @@
+server:
+ port: 8082
+
+spring:
+ application:
+ name: location
+ datasource:
+ url: jdbc:mysql://localhost:3306/huimv_location?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
+ username: root
+ password: hm123456
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ jpa:
+ hibernate:
+ ddl-auto: update
+ database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
+ show-sql: true