已采納回答 / 檸檬柚子西瓜皮iiiiiiiiiii
在yml文件中我們就已經配置了他的訪問路徑為
server: ??port:?8080 ??servlet: ????context-path:?/luckymoney如果你不想要項目名可以改成
server: ??port:?8080 ??servlet: ????context-path:?/
2019-12-03
最新回答 / 慕慕3246016
在.yml配置文件中添加日志配置信息
logging: ??level: ????org.springframework.security: ??????-?debug ??????-?info ????org.springframework.web:?error ????org.hibernate.SQL:?debug ????org.hibernate.engine.Que...
2019-11-26