#arrancar con datos SQL precargados -> agregar data.sql en /resources
spring.sql.init.mode=always
spring.jpa.defer-datasource-initialization=true
| import static org.junit.Assert.*; | |
| import static org.hamcrest.MatcherAssert.assertThat; | |
| import static org.hamcrest.Matchers.is; | |
| import static org.hamcrest.Matchers.equalTo; | |
| import static org.hamcrest.Matchers.equalToIgnoringCase; | |
| import static org.hamcrest.Matchers.hasItem; | |
| import static org.hamcrest.Matchers.hasItems; | |
| import static org.hamcrest.Matchers.isOneOf; | |
| import static org.hamcrest.Matchers.not; |
| " T E R M I N A T O R " | |
| by | |
| James Cameron | |
| A1 TITLE SEQUENCE - SLITSCAN EFFECT A1 |
| # --Dockerfile for Maven Java WAR (jdk 17)--- | |
| FROM maven:3.8.5-openjdk-17 AS build | |
| WORKDIR /app | |
| COPY pom.xml . | |
| COPY src ./src | |
| RUN mvn clean package -DskipTests | |
| FROM tomcat:10.1-jdk17 | |
| WORKDIR /usr/local/tomcat/webapps/ |
| #!/bin/sh | |
| # | |
| # An example hook script to prepare the commit log message. | |
| # Called by "git commit" with the name of the file that has the | |
| # commit message, followed by the description of the commit | |
| # message's source. The hook's purpose is to edit the commit | |
| # message file. If the hook fails with a non-zero status, | |
| # the commit is aborted. | |
| # | |
| # To enable this hook, rename this file to "prepare-commit-msg". |
| # --Dockerfile for Maven Java JAR (jdk 17)--- | |
| FROM eclipse-temurin:17-jdk-alpine AS build | |
| COPY . . | |
| RUN chmod +x ./mvnw \ | |
| && ./mvnw dependency:go-offline -B \ | |
| && ./mvnw clean package -DskipTests |
| # --------------------# --------------------# --------------------# --------------------# -------------------- | |
| # 1) Crear rama: gh-pages | |
| # 2) Generar Tokens | |
| # PROFILE -> settings -> Developer Settings -> Tokens (classic) | |
| # ghp_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | |
| # REPO -> settings -> Secrets and variables -> Actions -> New repository secret |
| HELP.md | |
| target/ | |
| !.mvn/wrapper/maven-wrapper.jar | |
| !**/src/main/**/target/ | |
| !**/src/test/**/target/ | |
| ### STS ### | |
| .apt_generated | |
| .classpath | |
| .factorypath |
| ##############INSTALAR HEADERS############## | |
| uname -r | |
| apt search linux-headers-$(uname -r) | |
| ##############IMPLEMENTACIÓN############### | |
| //Compilar .c | |
| make clean & make; |
| 。 ゚ . . | |
| , . . . | |
| 。 ゚ 。 | |
| . . . 。 . | |
| . 𝐻𝒶𝓋𝑒 𝒶 𝑔𝓇𝑒𝒶𝓉 𝒹𝒶𝓎 ㅤㅤㅤ ㅤㅤㅤㅤㅤ 。 . | |
| 。 ゚ . . | |
| , . . . | |
| 。 ゚ 。 | |
| . . . 。 . |