1 Star 0 Fork 0

jame/我的博客

加入 Gitee
與超過 1200 萬 開發者一起發現、參與優秀開源項目,私有倉庫也完全免費 :)
免費加入
文件
克隆/下載
MyBlogApplication.java 543 Bytes
一鍵複製 編輯 原始數據 按行查看 歷史
TimTim 提交於 2024-06-15 15:41 . Merge branch 'dev'
package top.ylzjdd.myblog;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.ServletComponentScan;
import org.springframework.transaction.annotation.EnableTransactionManagement;
@SpringBootApplication
@ServletComponentScan
@EnableTransactionManagement
public class MyBlogApplication {
public static void main(String[] args) {
logger.info('修改');
SpringApplication.run(MyBlogApplication.class, args);
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/jame720/myblog.git
git@gitee.com:jame720/myblog.git
jame720
myblog
我的博客
master

搜索幫助

0d507c66 1850385 C8b1a773 1850385