Field repository in com.example.luckymoney.LuckymoneyController required a bean named 'entityManagerFactory' that could not be found.
Process finished with exit code 1
這個怎么解決,網上的方法都不行
Process finished with exit code 1
這個怎么解決,網上的方法都不行
2019-12-14
已采納回答 / 檸檬柚子西瓜皮iiiiiiiiiii
在yml文件中我們就已經配置了他的訪問路徑為
server: ??port:?8080 ??servlet: ????context-path:?/luckymoney如果你不想要項目名可以改成
server: ??port:?8080 ??servlet: ????context-path:?/
2019-12-03