rename package (#465)

This commit is contained in:
dxfeng10
2023-02-03 16:01:38 +08:00
committed by GitHub
parent f513623030
commit 470e31ccc8
366 changed files with 1520 additions and 1524 deletions

View File

@@ -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 -->

View File

@@ -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

View File

@@ -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>