sh.status()
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
<persistence xmlns="http://java.sun.com/xml/ns/persistence" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" | |
version="2.0"> | |
<persistence-unit name="sample"> | |
<provider>org.hibernate.ejb.HibernatePersistence</provider> | |
<class>org.sample.entities.Entity</class> | |
<properties> |
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
<persistence xmlns="http://java.sun.com/xml/ns/persistence" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" | |
version="2.0"> | |
<persistence-unit name="PERSISTENCE_UNIT_NAME"> | |
<provider>org.hibernate.ejb.HibernatePersistence</provider> | |
<class>ENTITY_NAME_WITH_PACKAGE_HIERARCHY</class> | |
<properties> |
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
default="\[\e[39m\]" | |
black="\[\e[30m\]" | |
red="\[\e[31m\]" | |
green="\[\e[32m\]" | |
yellow="\[\e[33m\]" | |
blue="\[\e[34m\]" | |
magenta="\[\e[35m\]" | |
cyan="\[\e[36m\]" | |
gray="\[\e[90m\]" | |
white="\[\e[97m\]" |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<configuration> | |
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> | |
<withJansi>true</withJansi> <!-- needs org.fusesource.jansi:jansi --> | |
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder"> | |
<Pattern>%date{HH:mm:ss} %highlight(%-5level) [%thread] %cyan(%logger{15}) - %msg%n</Pattern> | |
</encoder> | |
</appender> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<project xmlns="http://maven.apache.org/POM/4.0.0" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId></groupId> | |
<artifactId></artifactId> | |
<version>1.0.0</version> |
Préférences virtualbox -> Réseau -> Réseau hôte uniquement -> ajouter un entrée si aucune existe Dans les options de l'interface créée, noter l'adresse IP. Les machines devront être configurer avec une IP dans le même sous-réseau.
Configuration machine -> Réseau
- Carte 1 : NAT
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
defaults write com.apple.screencapture type jpg |
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
LOGIN ALL=(ALL) NOPASSWD:ALL |
OlderNewer