tracker完成
Change-Id: Ib69b662cfd24a8a5c7f3a29e6e5b6baa25611e57
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 59e5554..1610fae 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,25 +1,20 @@
-# production environment
#spring.datasource.password=G812345678#
#spring.datasource.username=team8
#spring.datasource.url=jdbc:mysql://202.205.102.121:3306/g8backend
-
-# development environment
spring.datasource.password=12345678
spring.datasource.username=root
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/g8backend
-
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.sql.init.mode=always
-#logging.level.root=DEBUG
-server.port=8080
+
+#logging.level.root=DEBUG
mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml
spring.data.redis.host = 127.0.0.1
-
-# spring.data.redis.host = redis-server
+//spring.data.redis.host = redis-server
spring.data.redis.port = 6379
spring.mail.host=smtp.qq.com
@@ -35,3 +30,5 @@
logging.level.org.springframework.data.redis= DEBUG
spring.security.user.role-prefix=
+server.port=8080
+server.address=0.0.0.0
\ No newline at end of file