Commit d7505953 by 袁伟铭

优化代码

parent 8ebbc68a
...@@ -82,11 +82,6 @@ mybatis-plus: ...@@ -82,11 +82,6 @@ mybatis-plus:
where-strategy: not_empty where-strategy: not_empty
update-strategy: not_empty update-strategy: not_empty
#日志输出配置
logging:
level:
com.zq.*: @logging.level@
#七牛云 #七牛云
qiniu: qiniu:
# 文件大小 /M # 文件大小 /M
......
...@@ -71,5 +71,3 @@ mybatis-plus: ...@@ -71,5 +71,3 @@ mybatis-plus:
db-config: db-config:
where-strategy: not_empty where-strategy: not_empty
update-strategy: not_empty update-strategy: not_empty
#logging.level.com.zq.drug.dao: debug
...@@ -126,7 +126,6 @@ ...@@ -126,7 +126,6 @@
<id>dev</id> <id>dev</id>
<properties> <properties>
<profiles.active>dev</profiles.active> <profiles.active>dev</profiles.active>
<logging.level>debug</logging.level>
<register.url>http://admin:123456@127.0.0.1:8800/eureka/</register.url> <register.url>http://admin:123456@127.0.0.1:8800/eureka/</register.url>
</properties> </properties>
<activation> <activation>
...@@ -138,7 +137,6 @@ ...@@ -138,7 +137,6 @@
<id>test</id> <id>test</id>
<properties> <properties>
<profiles.active>test</profiles.active> <profiles.active>test</profiles.active>
<logging.level>debug</logging.level>
<register.url>http://admin:123456@127.0.0.1:8800/eureka/</register.url> <register.url>http://admin:123456@127.0.0.1:8800/eureka/</register.url>
</properties> </properties>
</profile> </profile>
...@@ -147,7 +145,6 @@ ...@@ -147,7 +145,6 @@
<id>product</id> <id>product</id>
<properties> <properties>
<profiles.active>product</profiles.active> <profiles.active>product</profiles.active>
<logging.level>info</logging.level>
<register.url>http://admin:123456@127.0.0.1:8800/eureka/</register.url> <register.url>http://admin:123456@127.0.0.1:8800/eureka/</register.url>
</properties> </properties>
</profile> </profile>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment