Skip to content

Commit

Permalink
#1 - prepare for generic k8s deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems committed Aug 28, 2021
1 parent fe71739 commit a29475e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 7 deletions.
45 changes: 40 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,49 @@
HELP.md
builds/
target/
!.mvn/wrapper/maven-wrapper.jar

# Helm/Kubernetes


### AWS
.aws-sam
### STS ###
.apt_generated
.classpath
.factorypath
*.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
/build/

### VS Code ###
.vscode/

# helm
*.tgz


# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
server.servlet.context-path=/es
server.servlet.context-path=/
logging.level.org.springframework.web=DEBUG

spring.security.user.name=user
spring.security.user.password=password


springfox.documentation.swagger.v2.path=/api-docs
server.port=8181
server.port=8080
spring.jackson.date-format=systems.eventstream.field.swagger.RFC3339DateFormat
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false

Expand Down

0 comments on commit a29475e

Please sign in to comment.