forked from luyan/epmet-cloud-lingshan
33 changed files with 196 additions and 23 deletions
@ -1,4 +1,4 @@ |
|||
package com.epmet.config; |
|||
package com.epmet.commons.tools.config.shutdown; |
|||
|
|||
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; |
|||
import org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory; |
@ -1,7 +1,5 @@ |
|||
package com.epmet.config; |
|||
package com.epmet.commons.tools.config.shutdown; |
|||
|
|||
import com.epmet.commons.tools.exception.RenException; |
|||
import net.bytebuddy.implementation.bytecode.Throw; |
|||
import org.apache.catalina.connector.Connector; |
|||
import org.slf4j.Logger; |
|||
import org.slf4j.LoggerFactory; |
@ -1,4 +1,4 @@ |
|||
package com.epmet.config; |
|||
package com.epmet.commons.tools.config.shutdown; |
|||
|
|||
import lombok.Data; |
|||
import org.springframework.boot.context.properties.ConfigurationProperties; |
Loading…
Reference in new issue