I'd done a lot of Boot projects before. But never tried multi-module structure.
Here is the my sample structure
Parent project: com.github.o.parent
Just declares org.springframework.boot-spring-boot-autoconfigure
Common project:
#!/usr/bin/php | |
<?php | |
$a = array( | |
'asd', | |
'sdf', | |
'lkj', | |
'adl', | |
'fkj', | |
'das', |
Devops Engineer (Tasit.com, Istanbul, Turkey) | |
--- | |
Skills: | |
* System administration experience on Linux. (Debian is a plus.) | |
* Background in working with private or public cloud. | |
* Experience with large scale online services. | |
* Strong understanding of systems networking, firewalls and securing services. | |
* Ability to write scripts for automation in Bash or Python. |
echo "opcache.revalidate_freq=0" >> /etc/php5/mods-available/opcache.ini | |
echo "opcache.validate_timestamps=0" >> /etc/php5/mods-available/opcache.ini | |
echo "opcache.max_accelerated_files=7963" >> /etc/php5/mods-available/opcache.ini | |
echo "opcache.memory_consumption=256" >> /etc/php5/mods-available/opcache.ini | |
echo "opcache.interned_strings_buffer=16" >> /etc/php5/mods-available/opcache.ini | |
echo "opcache.fast_shutdown=1" >> /etc/php5/mods-available/opcache.ini | |
echo "opcache.enable_cli=1" >> /etc/php5/mods-available/opcache.ini |
var gulp = require('gulp'); | |
gulp.task('copy', function () { | |
return gulp | |
.src('index.js') | |
.pipe(gulp.dest('dist')) | |
}) |
<?php | |
namespace __ | |
use Doctrine\ORM\Mapping as ORM; | |
use Doctrine\ORM\Mapping\UniqueConstraint; | |
/** | |
* Post | |
* |
I'd done a lot of Boot projects before. But never tried multi-module structure.
Here is the my sample structure
Parent project: com.github.o.parent
Just declares org.springframework.boot-spring-boot-autoconfigure
Common project:
[agent] | |
flush_interval = "10s" | |
flush_jitter = "0s" | |
interval = "10s" | |
round_interval = true | |
[inputs.cpu] | |
percpu = false | |
[inputs.disk] |
Day | Training | Alternative |
---|---|---|
Monday | Rest | |
Tuesday | Intervals | |
Wednesday | Easy run | |
Thursday | Threshold run | Fartlek |
Friday | Rest | |
Saturday | Easy run | |
Sunday | 10K |