rename com.imyeyu.server to com.imyeyu.api

This commit is contained in:
Timi
2025-07-22 15:26:14 +08:00
parent e816b885b2
commit 323e038e86
340 changed files with 1174 additions and 1175 deletions

View File

@@ -0,0 +1,16 @@
package com.imyeyu.api.config;
import com.google.gson.Gson;
import org.springframework.context.annotation.Configuration;
/**
* @author 夜雨
* @since 2025-05-16 18:53
*/
@Configuration
public class BeanConfig {
public Gson gson() {
return new Gson();
}
}