0512修正
This commit is contained in:
13
target/classes/application.properties
Normal file
13
target/classes/application.properties
Normal file
@ -0,0 +1,13 @@
|
||||
spring.application.name=dog-1
|
||||
spring.sql.init.platform=mysql
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
spring.jpa.show-sql=true
|
||||
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
|
||||
|
||||
spring.datasource.url=jdbc:mysql://192.168.1.192:3306/dog
|
||||
spring.datasource.username=coder
|
||||
spring.datasource.password=coder
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
|
||||
jwt.secret=wM7Pz4BxvZ5NcLaBpgJm0eRQ5ztc3W5+OPH0E7g3gcQ=
|
||||
jwt.token-expiration-ms=900000
|
Binary file not shown.
BIN
target/classes/co/jp/app/service/UploadService.class
Normal file
BIN
target/classes/co/jp/app/service/UploadService.class
Normal file
Binary file not shown.
BIN
target/classes/static/border-collie.jpg
Normal file
BIN
target/classes/static/border-collie.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
target/classes/static/chiwawa.jpg
Normal file
BIN
target/classes/static/chiwawa.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 144 KiB |
BIN
target/classes/static/frenchboxdog.jpg
Normal file
BIN
target/classes/static/frenchboxdog.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
target/classes/static/pagu.jpg
Normal file
BIN
target/classes/static/pagu.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
BIN
target/classes/static/sherff.jpg
Normal file
BIN
target/classes/static/sherff.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
Reference in New Issue
Block a user