78f87104d6
* refactor: Reorder tests without lambda Moves inner implementations of Answer and ArgumentMatcher to the top of the test classes. Also changes the lambda expression to a regular "pre java 8" expression in one of the tests. Resolves: BAEL-632 * feat: Create basic Monolithic JHipster project Commit just after creating a JHipster project, before making any modifications. Resolves: BAEL-137 * chore: Change the artifactId and name of the project From baeldung to jhipster-monolithic and JHipster Monolithic Application Relates to: BAEL-137 * feat: Create entities Post and Comment Relates to: BAEL-137 * feat: Fix Gatling configuration in pom.xml Relates to: BAEL-137 * feat: Add files for Continuous Integration Relates to: BAEL-137 * feat: Change pom.xml to conform to Baeldung standards - moved the <properties> element to the bottom of the file - excluded integration tests in the default surefire configuration - added a new profile, called integration, and added the integration tests there - added Java 8 in the <source> and <target> tags, under maven-compiler solves: BAEL-137 * chore: Add jhipster module to parent pom
144 lines
1.9 KiB
Plaintext
144 lines
1.9 KiB
Plaintext
######################
|
|
# Project Specific
|
|
######################
|
|
/src/main/webapp/content/css/main.css
|
|
/target/www/**
|
|
/src/test/javascript/coverage/
|
|
/src/test/javascript/PhantomJS*/
|
|
|
|
######################
|
|
# Node
|
|
######################
|
|
/node/
|
|
node_tmp/
|
|
node_modules/
|
|
npm-debug.log.*
|
|
|
|
######################
|
|
# SASS
|
|
######################
|
|
.sass-cache/
|
|
|
|
######################
|
|
# Eclipse
|
|
######################
|
|
*.pydevproject
|
|
.project
|
|
.metadata
|
|
tmp/
|
|
tmp/**/*
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~.nib
|
|
local.properties
|
|
.classpath
|
|
.settings/
|
|
.loadpath
|
|
.factorypath
|
|
/src/main/resources/rebel.xml
|
|
|
|
# External tool builders
|
|
.externalToolBuilders/**
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
*.launch
|
|
|
|
# CDT-specific
|
|
.cproject
|
|
|
|
# PDT-specific
|
|
.buildpath
|
|
|
|
######################
|
|
# Intellij
|
|
######################
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
*.ids
|
|
*.orig
|
|
|
|
######################
|
|
# Visual Studio Code
|
|
######################
|
|
.vscode/
|
|
|
|
######################
|
|
# Maven
|
|
######################
|
|
/log/
|
|
/target/
|
|
|
|
######################
|
|
# Gradle
|
|
######################
|
|
.gradle/
|
|
/build/
|
|
|
|
######################
|
|
# Package Files
|
|
######################
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
*.db
|
|
|
|
######################
|
|
# Windows
|
|
######################
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
######################
|
|
# Mac OSX
|
|
######################
|
|
.DS_Store
|
|
.svn
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
######################
|
|
# Directories
|
|
######################
|
|
/bin/
|
|
/deploy/
|
|
|
|
######################
|
|
# Logs
|
|
######################
|
|
*.log
|
|
|
|
######################
|
|
# Others
|
|
######################
|
|
*.class
|
|
*.*~
|
|
*~
|
|
.merge_file*
|
|
|
|
######################
|
|
# Gradle Wrapper
|
|
######################
|
|
!gradle/wrapper/gradle-wrapper.jar
|
|
|
|
######################
|
|
# Maven Wrapper
|
|
######################
|
|
!.mvn/wrapper/maven-wrapper.jar
|
|
|
|
######################
|
|
# ESLint
|
|
######################
|
|
.eslintcache
|
|
/.apt_generated/
|