最新回答 / 慕沐6034684
@SpringBootApplication public?class?GirlApplication?{ ????public?static?void?main(String[]?args)?{ ????????SpringApplication.run(GirlApplication.class,?args); ????} }注解
2018-10-28
最贊回答 / 慕慕0263733
datasource: ??driver-class-name:?com.mysql.jdbc.Driver ??url:?jdbc:mysql://127.0.0.1:3306/dbman?useUnicode=true&characterEncoding=UTF-8 ??username:?root ??password:?1006以上用的是application.yml配置文件記?。簎sername和password 前面不能加 data-
2018-10-27
最贊回答 / 我可能是個(gè)假曉宇
你看下你是用的SpringBoot版本吧,2.0以上版本server.context-path已經(jīng)棄用,而使用server.servlet.context-path
2018-10-26