@我不不不不是我 ,不知道這么艾特有沒有用,老師并沒有拿女生來調(diào)侃,主要是看這個(gè)課的人都是男生,用女生做例子比較鮮明,因?yàn)槌绦騿T的我們都愛女生呀,但是我覺得應(yīng)該沒有侮辱之意,只是希望用生活中鮮明的例子更好的講解這個(gè)課程。
2018-10-30
最新回答 / 慕沐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
右鍵選中配置文件(properties文件或yml文件都行),選擇open with下的spring yml properties editor選項(xiàng),有提示
2018-10-26