治疗记录,不许重复的数据

This commit is contained in:
2025-10-28 21:16:11 +08:00
parent 3af62e205c
commit 03fef7af49
6 changed files with 126 additions and 57 deletions

View File

@@ -10,8 +10,7 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
* @author ruoyi
*/
@SpringBootApplication(exclude = { DataSourceAutoConfiguration.class })
public class SheepApplication
{
public class SheepApplication {
public static void main(String[] args)
{
// System.setProperty("spring.devtools.restart.enabled", "false");