rename package (#465)
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<dependency>
|
||||
<groupId>com.networknt</groupId>
|
||||
<artifactId>json-schema-validator-i18n-support</artifactId>
|
||||
<version>1.0.39_5</version>
|
||||
<version>1.0.39_6</version>
|
||||
</dependency>
|
||||
|
||||
<!-- import fizz-input-mysql -->
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package we;
|
||||
package com.fizzgate;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
@@ -83,9 +83,12 @@ import org.springframework.boot.autoconfigure.transaction.jta.JtaAutoConfigurati
|
||||
import org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration;
|
||||
import org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext;
|
||||
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
|
||||
import we.config.AggregateRedisConfig;
|
||||
import we.log.LogSendAppender;
|
||||
import we.util.FileUtils;
|
||||
|
||||
import com.fizzgate.Fizz;
|
||||
import com.fizzgate.FizzAppContext;
|
||||
import com.fizzgate.config.AggregateRedisConfig;
|
||||
import com.fizzgate.log.LogSendAppender;
|
||||
import com.fizzgate.util.FileUtils;
|
||||
|
||||
/**
|
||||
* fizz gateway application boot entrance
|
||||
@@ -29,7 +29,7 @@
|
||||
</Root>
|
||||
<!-- suppress the warn 'No URLs will be polled as dynamic configuration sources.' -->
|
||||
<logger name="com.netflix.config.sources.URLConfigurationSource" level="ERROR" includeLocation="false"/>
|
||||
<Logger name="we" level="info" includeLocation="false" additivity="false">
|
||||
<Logger name="com.fizzgate" level="info" includeLocation="false" additivity="false">
|
||||
<AppenderRef ref="Console"/>
|
||||
<AppenderRef ref="LogSend" level="warn"/>
|
||||
</Logger>
|
||||
|
||||
Reference in New Issue
Block a user