Must be allowed to send notifications to sns
It is not expected to save module into database
package io.lawtrackr.customer.model; | |
import static io.lawtrackr.database.filter.model.SearchFilterOperation.BETWEEN; | |
import static io.lawtrackr.database.filter.model.SearchFilterOperation.EQ; | |
import static io.lawtrackr.pagination.sort.SortableFields.Field.name; | |
import java.util.List; | |
import java.util.Set; | |
import io.lawtrackr.customer.collection.Customer.CustomerStatus; | |
import io.lawtrackr.database.filter.model.FilterableDto; | |
import io.lawtrackr.database.filter.model.LocalDateTimeRangeFilter; |
#!/bin/sh | |
set -x | |
NEEDRESTART_MODE=a apt-get dist-upgrade --yes | |
apt update | |
apt -y full-upgrade |
#!/bin/bash | |
gitprune(){ | |
set -x | |
git branch -r | awk '{print $1}' | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk '{print $1}' | xargs git branch -D | |
} |
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="/Users/yurikilian/.oh-my-zsh" | |
# Set name of the theme to load --- if set to "random", it will | |
# load a random theme each time oh-my-zsh is loaded, in which case, | |
# to know which specific one was loaded, run: echo $RANDOM_THEME | |
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}", | |
"tabWidthMode": "titleLength", | |
"profiles": [ | |
{ |
componentDidMount() { | |
this.props.fetch({ ...this.props.searchForm }, 0); | |
window.addEventListener('scroll', (event: any) => this.handleScroll(event)); | |
} | |
componentWillUnmount() { | |
window.removeEventListener('scroll', this.handleScroll); | |
} |
import org.springframework.beans.factory.annotation.Value; | |
import org.springframework.context.annotation.Bean; | |
import org.springframework.context.annotation.Configuration; | |
import org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter; | |
import org.springframework.security.oauth2.provider.token.store.JwtTokenStore; | |
@Configuration | |
public class JwtTokenConfiguration { |
import br.com.radharsomeluz.inventory.configuration.SoftDeletionMongoRepository; | |
import br.com.radharsomeluz.inventory.configuration.SoftDeletionRepositoryFactoryBean; | |
import org.springframework.boot.SpringApplication; | |
import org.springframework.boot.autoconfigure.SpringBootApplication; | |
import org.springframework.data.mongodb.repository.config.EnableMongoRepositories; | |
import springfox.documentation.swagger2.annotations.EnableSwagger2; | |
@SpringBootApplication | |
@EnableSwagger2 | |
@EnableMongoRepositories( |
### Keybase proof | |
I hereby claim: | |
* I am yurikilian on github. | |
* I am yurikilian (https://keybase.io/yurikilian) on keybase. | |
* I have a public key ASC5l5JOC_599Pjzp5uKfvVEUrpWtg0EyHRNaDO69eEuXwo | |
To claim this, I am signing this object: |