This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvn install:install-file -Dfile=<path-to-file/icarus-theme-1.1.3.jar> -DgroupId=org.primefaces.themes -DartifactId=icarus -Dversion=1.1.3 -Dpackaging=jar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvn install:install-file -Dfile=<path-to-file/icarus-theme-1.1.3.jar> -DgroupId=org.primefaces.themes -DartifactId=icarus -Dversion=1.1.3 -Dpackaging=jar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* | |
* @param page | |
* @param size | |
* @param search | |
* @param orderBy | |
* @param orientation | |
* @param includeInactive | |
* @return | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server.port=8443 | |
security.require-ssl=true | |
server.ssl.key-store-type=PKCS12 | |
server.ssl.key-store=/home/../springboot.p12 (Esto es la ubicacion en donde esta la llave .p12) | |
server.ssl.key-store-password=password | |
server.ssl.key-alias=nombreAlias |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git reset --hard <full_hash_of_commit_to_reset_to> | |
git push --force |
OlderNewer