ruoyi-admin位置移动

This commit is contained in:
lizhengwei 2026-03-25 16:00:25 +08:00
parent 98d0f16b0c
commit 2113a6428f
38 changed files with 1 additions and 2 deletions

View File

@ -445,7 +445,6 @@
</dependencyManagement>
<modules>
<module>ruoyi-admin</module>
<module>ruoyi-common</module>
<module>ruoyi-extend</module>
<module>ruoyi-modules</module>

View File

@ -16,7 +16,7 @@ import org.springframework.context.annotation.PropertySource;
* @author Lion Li
*/
@Configuration
@PropertySource(value = "classpath:common-satoken.yml", factory = YmlPropertySourceFactory.class)
@PropertySource(value = "common-satoken.yml", factory = YmlPropertySourceFactory.class)
public class SaTokenConfig {
@Bean