-
课程介绍查看全部
-
Controller的使用查看全部
-
课程介绍查看全部
-
@PathVariable("id") 获取url中的参数。eg:localhost:8080/100/say 获取后的id=100 @RequestParam("id") 获取url?id=xx查看全部
-
请问在pom.xml文件中配置dependency的时候怎么自动生成的mysql-connector-java,看老师一点出来好多选项,怎么实现的,新人求大神查看全部
-
Jpa查看全部
-
Jo's查看全部
-
1 注解 @controller @service @entity @事务 2 URL请求写法 3 配置文件 yml的写法 4 Maven配置 阿里查看全部
-
设置实体类查看全部
-
kjhlkjh查看全部
-
僟巡视查看全部
-
Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled. 错误原因:注解 @Id 导包出错。 错:import org.springframework.data.annotation.Id; 对:import javax.persistence.Id;查看全部
-
spring.profiles.active=dev spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.url=jdbc:mysql://127.0.0.1:3306/dbgirl?useSSL=false spring.datasource.username=root spring.datasource.password=123456 spring.jpa.show-sql=true spring.jpa.hibernate.ddl-auto=update查看全部
-
java -jar target/girl-0.0.1-SNAPSHOT.jar --spring.profiles.active=prod查看全部
-
删除对象时,返回的是 void (即没有返回值), 如何判定是否命中了?查看全部
举报
0/150
提交
取消