dg1cloud-core/target/classes/META-INF/MANIFEST.MFdeleted file mode 100644
.. .. @@ -1,10 +0,0 @@ 1 -Manifest-Version: 1.02 -Implementation-Title: dg1cloud-core3 -Implementation-Version: 0.0.1-SNAPSHOT4 -Built-By: lvannucci5 -Implementation-Vendor-Id: it.digione.cloud6 -Build-Jdk: 1.8.0_1317 -Implementation-URL: https://projects.spring.io/spring-boot/#/spring-bo8 - ot-starter-parent/dg1cloud-core9 -Created-By: Maven Integration for Eclipse10 -dg1cloud-core/target/classes/META-INF/maven/it.digione.cloud/dg1cloud-core/pom.xmldeleted file mode 100644
.. .. @@ -1,94 +0,0 @@ 1 -<?xml version="1.0" encoding="UTF-8"?>2 -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"3 - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">4 - <modelVersion>4.0.0</modelVersion>5 -6 - <groupId>it.digione.cloud</groupId>7 - <artifactId>dg1cloud-core</artifactId>8 - <version>0.0.1-SNAPSHOT</version>9 - <packaging>jar</packaging>10 -11 - <name>dg1cloud-core</name>12 - <description>Servizio cloud per ricezione file</description>13 -14 - <parent>15 - <groupId>org.springframework.boot</groupId>16 - <artifactId>spring-boot-starter-parent</artifactId>17 - <version>2.0.3.RELEASE</version>18 - <relativePath/> <!-- lookup parent from repository -->19 - </parent>20 -21 - <properties>22 - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>23 - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>24 - <java.version>1.8</java.version>25 - </properties>26 -27 - <dependencies>28 - <dependency>29 - <groupId>org.springframework.boot</groupId>30 - <artifactId>spring-boot-starter-data-jpa</artifactId>31 - </dependency>32 -33 - <dependency>34 - <groupId>org.flywaydb</groupId>35 - <artifactId>flyway-core</artifactId>36 - </dependency>37 -38 - <dependency>39 - <groupId>org.springframework.boot</groupId>40 - <artifactId>spring-boot-starter-test</artifactId>41 - <scope>test</scope>42 - </dependency>43 -44 - <dependency>45 - <groupId>org.springframework.boot</groupId>46 - <artifactId>spring-boot-starter-web</artifactId>47 - </dependency>48 -49 - <dependency>50 - <groupId>org.springframework.boot</groupId>51 - <artifactId>spring-boot-starter-tomcat</artifactId>52 - <scope>provided</scope>53 - </dependency>54 -55 - <dependency>56 - <groupId>org.postgresql</groupId>57 - <artifactId>postgresql</artifactId>58 - </dependency>59 -60 - <dependency>61 - <groupId>org.eclipse.persistence</groupId>62 - <artifactId>eclipselink</artifactId>63 - <version>2.5.0</version>64 - </dependency>65 -66 - <dependency>67 - <groupId>com.fasterxml.jackson.core</groupId>68 - <artifactId>jackson-databind</artifactId>69 - </dependency>70 -71 - <dependency>72 - <groupId>commons-io</groupId>73 - <artifactId>commons-io</artifactId>74 - <version>2.6</version>75 - </dependency>76 -77 - <dependency>78 - <groupId>commons-codec</groupId>79 - <artifactId>commons-codec</artifactId>80 - </dependency>81 -82 - </dependencies>83 -84 - <build>85 - <plugins>86 - <plugin>87 - <groupId>org.springframework.boot</groupId>88 - <artifactId>spring-boot-maven-plugin</artifactId>89 - </plugin>90 - </plugins>91 - </build>92 -93 -94 -</project>dg1cloud-core/target/classes/META-INF/persistence.xmldeleted file mode 100644
.. .. @@ -1,9 +0,0 @@ 1 -<?xml version="1.0" encoding="UTF-8"?>2 -<persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">3 - <persistence-unit name="dg1cloud-core">4 - <class>it.digione.dg1cloud.model.RegDocument</class>5 - <properties>6 - <property name="eclipselink.jdbc.batch-writing" value="JDBC"/>7 - </properties>8 - </persistence-unit>9 -</persistence>dg1cloud-core/target/classes/application.propertiesdeleted file mode 100644
.. .. @@ -1,19 +0,0 @@ 1 -spring.datasource.url=jdbc:postgresql://localhost:5432/dg1cloud2 -spring.datasource.username=postgres3 -spring.datasource.password=passero4 -spring.datasource.driver-class-name=org.postgresql.Driver5 -spring.datasource.tomcat.initial-size=106 -spring.datasource.tomcat.max-wait=300007 -spring.datasource.tomcat.max-active=258 -spring.datasource.tomcat.max-idle=209 -spring.datasource.tomcat.min-idle=1010 -spring.datasource.tomcat.test-on-borrow=true11 -spring.datasource.tomcat.test-while-idle=true12 -spring.datasource.tomcat.validation-query=SELECT 113 -spring.datasource.type=com.zaxxer.hikari.HikariDataSource14 -15 -spring.jpa.open-in-view=true16 -17 -server.address=vannux.grupposistematica.it18 -19 -logging.level.it.digione.dg1cloud=DEBUGdg1cloud-core/target/classes/it/digione/dg1cloud/app/Dg1cloudCoreApplication.classdeleted file mode 100644Binary files differ
dg1cloud-core/target/classes/it/digione/dg1cloud/config/AppConfig.classdeleted file mode 100644Binary files differ
dg1cloud-core/target/classes/it/digione/dg1cloud/config/dg1cloud.propertiesdeleted file mode 100644
.. .. @@ -1,16 +0,0 @@ 1 -application.version=v0.0.1beta2 -3 -repository.base.upload.path=/etc/dg1cloud/repository/upload4 -repository.base.storage.path=/etc/dg1cloud/repository/storage5 -6 -repository.scanner.job.fixed.delay=600007 -repository.scanner.job.initial.delay=10008 -9 -repository.cleaner.job.fixed.delay=6000010 -repository.cleaner.job.initial.delay=100011 -12 -repository.dircleaner.job.cron=0 0 5 * * *13 -14 -server.servlet.context-path=/dg1cloud15 -16 -external.server.address.base.url=http://vannux.grupposistematica.it:8080/dg1clouddg1cloud-core/target/classes/it/digione/dg1cloud/pojo/UploadedFileDescriptorOk.classdeleted file mode 100644Binary files differ
dg1cloud-core/target/classes/it/digione/dg1cloud/repository/RegDocumentRepository.classdeleted file mode 100644Binary files differ
dg1cloud-core/target/classes/it/digione/dg1cloud/scheduler/RepositoryJob.classdeleted file mode 100644Binary files differ
dg1cloud-core/target/classes/it/digione/dg1cloud/service/CleanerService.classdeleted file mode 100644Binary files differ
dg1cloud-core/target/classes/it/digione/dg1cloud/service/CloudService$1.classdeleted file mode 100644Binary files differ
dg1cloud-core/target/classes/it/digione/dg1cloud/service/CloudService$2.classdeleted file mode 100644Binary files differ
dg1cloud-core/target/test-classes/it/digione/cloud/Dg1cloudCoreApplicationTests.classdeleted file mode 100644Binary files differ