mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-29 10:11:25 +08:00
update 修改包名为org.dromara
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package com.ruoyi.common.web.config;
|
||||
package org.dromara.common.web.config;
|
||||
|
||||
import com.ruoyi.common.web.core.I18nLocaleResolver;
|
||||
import org.dromara.common.web.core.I18nLocaleResolver;
|
||||
import org.springframework.boot.autoconfigure.AutoConfiguration;
|
||||
import org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.ruoyi.common.web.config;
|
||||
package org.dromara.common.web.config;
|
||||
|
||||
import io.undertow.server.DefaultByteBufferPool;
|
||||
import io.undertow.websockets.jsr.WebSocketDeploymentInfo;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.ruoyi.common.web.core;
|
||||
package org.dromara.common.web.core;
|
||||
|
||||
import org.springframework.web.servlet.LocaleResolver;
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
com.ruoyi.common.web.config.I18nConfig
|
||||
com.ruoyi.common.web.config.UndertowConfig
|
||||
org.dromara.common.web.config.I18nConfig
|
||||
org.dromara.common.web.config.UndertowConfig
|
||||
|
||||
Reference in New Issue
Block a user