JAVA-21189: changes made for formatting modules starting from S (#14106)

This commit is contained in:
Bipin kumar 2023-05-24 19:37:51 +05:30 committed by GitHub
parent bb28902afd
commit 74686f60a0
34 changed files with 338 additions and 337 deletions

View File

@ -45,7 +45,7 @@
<argument>-Xmx300m</argument> <argument>-Xmx300m</argument>
<argument>-XX:+UseParallelGC</argument> <argument>-XX:+UseParallelGC</argument>
<argument>-classpath</argument> <argument>-classpath</argument>
<classpath /> <classpath/>
<argument>com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</argument> <argument>com.baeldung.outofmemoryerror.OutOfMemoryGCLimitExceed</argument>
</arguments> </arguments>
</configuration> </configuration>

View File

@ -70,7 +70,8 @@
<appName>spring-boot-ci-cd</appName> <appName>spring-boot-ci-cd</appName>
<processTypes> <processTypes>
<web>java $JAVA_OPTS -jar -Dserver.port=$PORT <web>java $JAVA_OPTS -jar -Dserver.port=$PORT
target/${project.build.finalName}.jar</web> target/${project.build.finalName}.jar
</web>
</processTypes> </processTypes>
</configuration> </configuration>
</plugin> </plugin>

View File

@ -76,14 +76,14 @@
<tasks> <tasks>
<exec executable="cmd" osfamily="windows" <exec executable="cmd" osfamily="windows"
dir="${project.basedir}/src/main/angular/ui"> dir="${project.basedir}/src/main/angular/ui">
<arg value="/c" /> <arg value="/c"/>
<arg value="ng" /> <arg value="ng"/>
<arg value="build" /> <arg value="build"/>
</exec> </exec>
<exec executable="/bin/sh" osfamily="mac" <exec executable="/bin/sh" osfamily="mac"
dir="${project.basedir}/src/main/angular/ui"> dir="${project.basedir}/src/main/angular/ui">
<arg value="-c" /> <arg value="-c"/>
<arg value="ng build" /> <arg value="ng build"/>
</exec> </exec>
</tasks> </tasks>
</configuration> </configuration>

View File

@ -18,7 +18,7 @@
<groupId>io.spring.platform</groupId> <groupId>io.spring.platform</groupId>
<artifactId>platform-bom</artifactId> <artifactId>platform-bom</artifactId>
<version>Athens-RELEASE</version> <version>Athens-RELEASE</version>
<relativePath /> <relativePath/>
</parent> </parent>
<dependencyManagement> <dependencyManagement>

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

View File

@ -83,7 +83,8 @@
</extensions> </extensions>
</synchronization> </synchronization>
<args>-Xmx2048m -XX:PermSize=256m -Dtomee.serialization.class.blacklist=- <args>-Xmx2048m -XX:PermSize=256m -Dtomee.serialization.class.blacklist=-
-Dtomee.serialization.class.whitelist=*</args> -Dtomee.serialization.class.whitelist=*
</args>
<removeDefaultWebapps>true</removeDefaultWebapps> <removeDefaultWebapps>true</removeDefaultWebapps>
</configuration> </configuration>
</plugin> </plugin>