Compare commits
No commits in common. "cwt" and "zxy" have entirely different histories.
|
@ -30,15 +30,6 @@
|
|||
<groupId>org.springframework.amqp</groupId>
|
||||
<artifactId>spring-amqp</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>8.0.29</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.amqp</groupId>
|
||||
<artifactId>spring-rabbit</artifactId>
|
||||
|
|
|
@ -4,11 +4,4 @@ spring.servlet.multipart.max-request-size=100MB
|
|||
spring.rabbitmq.host=172.20.80.100
|
||||
spring.rabbitmq.port=5672
|
||||
spring.rabbitmq.username=test
|
||||
spring.rabbitmq.password=test
|
||||
spring.datasource.url=jdbc:mysql://172.20.80.100:3306/object?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=123456
|
||||
spring.jpa.database=MySQL
|
||||
spring.jpa.show-sql=true
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
spring.rabbitmq.password=test
|
Loading…
Reference in New Issue