open up a command line and enter
Java -version
if that Returns a value you already have Java installed.
You can open it with any .zip unpacker/packer that you like, we recommend 7zip
edit the database connection to your needs:
spring.datasource.url=jdbc:sqlserver://localhost;databaseName=Patricia_Database spring.datasource.username=sa spring.datasource.password=Mysupersecretpassword. spring.datasource.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver spring.jpa.show-sql=true spring.jpa.hibernate.dialect=org.hibernate.dialect.SQLServer2012Dialect spring.jpa.hibernate.ddl-auto=none spring.main.allow-bean-definition-overriding=true server.port=8081
and save the document back into the .jar file
java -jar C:\Serviva\pavis-rest-0.0.18.jar
pavis-rest-0.0.13.jar
Auf dieser Seite:
replace the path to java.exe with your own version
also make sure that the arguments is replaced with your local path and file equivalent:
"-jar C:\PAVIS\pavis-rest-0.0.18.jar"
and that the "Start in" does the same
Zugehörige Seiten